data class PointOptions
Chart point options.
PointOptions(radius: Int = 3, pointStyle: PointStyle = PointStyle.CIRCLE, backgroundColor: Color? = null, borderWidth: Int = 1, borderColor: Color? = null, hitRadius: Int = 1, hoverRadius: Int = 4, hoverBorderWidth: Int = 1)
Chart point options. |
val backgroundColor: Color? |
|
val borderColor: Color? |
|
val borderWidth: Int |
|
val hitRadius: Int |
|
val hoverBorderWidth: Int |
|
val hoverRadius: Int |
|
val pointStyle: PointStyle |
|
val radius: Int |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |
|
fun PointOptions.toJs(): dynamic
An extension function to convert configuration class to JS object. |