data class ArcOptions
Chart arc options.
(js)
<init> |
Chart arc options. ArcOptions(backgroundColor: Color? = null, borderColor: Color? = null, borderWidth: Int = 2) |
(js)
backgroundColor |
val backgroundColor: Color? |
(js)
borderColor |
val borderColor: Color? |
(js)
borderWidth |
val borderWidth: Int |
(js)
toJs |
An extension function to convert configuration class to JS object. fun ArcOptions.toJs(): dynamic |