HighchartsFlowMapSeriesOptions constructor

HighchartsFlowMapSeriesOptions({
  1. bool? animation,
  2. bool? colorByPoint,
  3. String? colorKey,
  4. List? colors,
  5. double? curveFactor,
  6. String? fillColor,
  7. double? fillOpacity,
  8. String? id,
  9. double? index,
  10. double? legendIndex,
  11. String? legendSymbol,
  12. double? lineWidth,
  13. String? linecap,
  14. String? linkedTo,
  15. HighchartsFlowMapSeriesMarkerEndOptions? markerEnd,
  16. double? maxWidth,
  17. double? minWidth,
  18. String? nullColor,
  19. bool? nullInteraction,
  20. dynamic opacity,
  21. HighchartsFlowMapSeriesStatesOptions? states,
  22. HighchartsFlowMapSeriesTooltipOptions? tooltip,
  23. double? weight,
  24. double? width,
  25. 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});