data class ElementsOptions
Chart elements options.
(js)
<init> |
Chart elements options. ElementsOptions(point: PointOptions? = null, line: LineOptions? = null, arc: ArcOptions? = null, rectangle: RectangleOptions? = null) |
(js)
arc |
val arc: ArcOptions? |
(js)
line |
val line: LineOptions? |
(js)
point |
val point: PointOptions? |
(js)
rectangle |
val rectangle: RectangleOptions? |
(js)
toJs |
An extension function to convert configuration class to JS object. fun ElementsOptions.toJs(): dynamic |