data class HoverOptions
Chart hover options.
(js)
<init> |
Chart hover options. HoverOptions(mode: InteractionMode = InteractionMode.NEAREST, animationDuration: Int = 400, intersect: Boolean = true, axis: String = "x") |
(js)
animationDuration |
val animationDuration: Int |
(js)
axis |
val axis: String |
(js)
intersect |
val intersect: Boolean |
(js)
mode |
val mode: InteractionMode |
(js)
toJs |
An extension function to convert configuration class to JS object. fun HoverOptions.toJs(): dynamic |