PointClickCallbackFunc typedef

PointClickCallbackFunc = void Function(Event e, DygraphPointType point)

Implementation

typedef PointClickCallbackFunc = void Function(
  // the event object for the click
  Event e,
  // the point that was clicked See Point properties for details
  DygraphPointType point,
);