kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-chart
/
io.kvision.chart
/
ChartFont
Chart
Font
data
class
ChartFont
(
val
family
:
String
?
=
null
,
val
size
:
Number
?
=
null
,
val
style
:
String
?
=
null
,
val
weight
:
String
?
=
null
,
val
lineHeight
:
Number
?
=
null
)
(
source
)
Chart font options.
Members
Members & Extensions
Constructors
Chart
Font
Link copied to clipboard
constructor
(
family
:
String
?
=
null
,
size
:
Number
?
=
null
,
style
:
String
?
=
null
,
weight
:
String
?
=
null
,
lineHeight
:
Number
?
=
null
)
Properties
family
Link copied to clipboard
val
family
:
String
?
=
null
line
Height
Link copied to clipboard
val
lineHeight
:
Number
?
=
null
size
Link copied to clipboard
val
size
:
Number
?
=
null
style
Link copied to clipboard
val
style
:
String
?
=
null
weight
Link copied to clipboard
val
weight
:
String
?
=
null
Functions
to
Js
Link copied to clipboard
fun
ChartFont
.
toJs
(
)
:
dynamic
An extension function to convert configuration class to JS object.