onover property

void onover=(MouseEventCallback fn)

Set a callback for mouse/touch over event on each data point. This callback will be called when mouse cursor or via touch moves onto each data point and will receive d as the argument.

  • d is the data where mouse cursor moves onto. In this callback, this will be the Chart object.

Implementation

external set onover(MouseEventCallback fn);