ChartHoverOptions

interface ChartHoverOptions

Properties

animationDuration
Link copied to clipboard
open var animationDuration: Number?
axis
Link copied to clipboard
abstract var axis: String
intersect
Link copied to clipboard
open var intersect: Boolean?
mode
Link copied to clipboard
open var mode: InteractionMode?
onHover
Link copied to clipboard
open val onHover: (self: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any?