onout property

void onout=(MouseEventCallback fn)

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

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

Implementation

external set onout(MouseEventCallback fn);