ArcOptions

data class ArcOptions(backgroundColor: Color?, borderColor: Color?, borderWidth: Int)

Chart arc options.

Constructors

ArcOptions
Link copied to clipboard
fun ArcOptions(backgroundColor: Color? = null, borderColor: Color? = null, borderWidth: Int = 2)

Properties

backgroundColor
Link copied to clipboard
val backgroundColor: Color? = null
borderColor
Link copied to clipboard
val borderColor: Color? = null
borderWidth
Link copied to clipboard
val borderWidth: Int = 2

Extensions

toJs
Link copied to clipboard
fun ArcOptions.toJs(): dynamic
An extension function to convert configuration class to JS object.