HighchartsMapBubbleSeriesDataEventsOptions constructor
HighchartsMapBubbleSeriesDataEventsOptions({
- dynamic click,
- dynamic drag,
- dynamic dragStart,
- dynamic drop,
- dynamic mouseOut,
- dynamic mouseOver,
- dynamic remove,
- dynamic select,
- dynamic unselect,
- dynamic update,
Individual point events
API Docs: https://api.highcharts.com/highmaps/series.mapbubble.data.events
Implementation
HighchartsMapBubbleSeriesDataEventsOptions(
{this.click,
this.drag,
this.dragStart,
this.drop,
this.mouseOut,
this.mouseOver,
this.remove,
this.select,
this.unselect,
this.update});