Hover Options
data class HoverOptions(mode: InteractionMode, animationDuration: Int, intersect: Boolean, axis: String)
Content copied to clipboard
Chart hover options.
Constructors
HoverOptions
Link copied to clipboard
fun HoverOptions(mode: InteractionMode = InteractionMode.NEAREST, animationDuration: Int = 400, intersect: Boolean = true, axis: String = "x")
Content copied to clipboard
Properties
Extensions
toJs
Link copied to clipboard