Arc Options
data class ArcOptions(backgroundColor: Color?, borderColor: Color?, borderWidth: Int)
Content copied to clipboard
Chart arc options.
Constructors
ArcOptions
Link copied to clipboard
fun ArcOptions(backgroundColor: Color? = null, borderColor: Color? = null, borderWidth: Int = 2)
Content copied to clipboard
Properties
backgroundColor
Link copied to clipboard
borderColor
Link copied to clipboard
borderWidth
Link copied to clipboard
Extensions
toJs
Link copied to clipboard