InteractionOptions

data class InteractionOptions(val mode: InteractionMode = InteractionMode.NEAREST, val intersect: Boolean = true, val axis: String = "x", val includeInvisible: Boolean = true)

Chart interactions options.

Constructors

Link copied to clipboard
constructor(mode: InteractionMode = InteractionMode.NEAREST, intersect: Boolean = true, axis: String = "x", includeInvisible: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val intersect: Boolean = true
Link copied to clipboard

Functions

Link copied to clipboard
fun InteractionOptions.toJs(): dynamic

An extension function to convert configuration class to JS object.