kvision / pl.treksoft.kvision.chart / HoverOptions

HoverOptions

(js) data class HoverOptions

Chart hover options.

Constructors

(js)

<init>

Chart hover options.

HoverOptions(mode: InteractionMode = InteractionMode.NEAREST, animationDuration: Int = 400, intersect: Boolean = true, axis: String = "x")

Properties

(js)

animationDuration

val animationDuration: Int
(js)

axis

val axis: String
(js)

intersect

val intersect: Boolean
(js)

mode

val mode: InteractionMode

Extension Functions

(js)

toJs

An extension function to convert configuration class to JS object.

fun HoverOptions.toJs(): dynamic