HighchartsFlowMapSeriesOptions constructor
HighchartsFlowMapSeriesOptions({
- bool? animation,
- bool? colorByPoint,
- String? colorKey,
- List? colors,
- double? curveFactor,
- String? fillColor,
- double? fillOpacity,
- String? id,
- double? index,
- double? legendIndex,
- String? legendSymbol,
- double? lineWidth,
- String? linecap,
- String? linkedTo,
- HighchartsFlowMapSeriesMarkerEndOptions? markerEnd,
- double? maxWidth,
- double? minWidth,
- String? nullColor,
- bool? nullInteraction,
- dynamic opacity,
- HighchartsFlowMapSeriesStatesOptions? states,
- HighchartsFlowMapSeriesTooltipOptions? tooltip,
- double? weight,
- double? width,
- bool? zoomEnabled,
A flowmap
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highmaps/series.flowmap
Implementation
HighchartsFlowMapSeriesOptions(
{this.animation,
this.colorByPoint,
this.colorKey,
this.colors,
this.curveFactor,
this.fillColor,
this.fillOpacity,
this.id,
this.index,
this.legendIndex,
this.legendSymbol,
this.lineWidth,
this.linecap,
this.linkedTo,
this.markerEnd,
this.maxWidth,
this.minWidth,
this.nullColor,
this.nullInteraction,
this.opacity,
this.states,
this.tooltip,
this.weight,
this.width,
this.zoomEnabled});