HighchartsFlowMapSeriesDataOptions constructor
HighchartsFlowMapSeriesDataOptions({})
An array of data points for the series. For the flowmap
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.flowmap.data
Implementation
HighchartsFlowMapSeriesDataOptions(
{this.curveFactor,
this.fillColor,
this.fillOpacity,
this.from,
this.growTowards,
this.lineWidth,
this.markerEnd,
this.opacity,
this.to,
this.weight});