HighchartsSankeySeriesOptions constructor

HighchartsSankeySeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. bool? centerInCategory,
  5. String? className,
  6. bool? clip,
  7. String? color,
  8. bool? colorByPoint,
  9. double? colorIndex,
  10. List? colors,
  11. String? cursor,
  12. double? curveFactor,
  13. Map<String, dynamic>? custom,
  14. String? dashStyle,
  15. HighchartsSankeySeriesDataGroupingOptions? dataGrouping,
  16. HighchartsSankeySeriesDataLabelsOptions? dataLabels,
  17. String? description,
  18. bool? enableMouseTracking,
  19. HighchartsSeriesEventsOptions? events,
  20. String? id,
  21. HighchartsSankeySeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  22. bool? includeInDataExport,
  23. double? index,
  24. List<String>? keys,
  25. double? legendIndex,
  26. String? legendSymbol,
  27. List<HighchartsSankeySeriesLevelsOptions>? levels,
  28. String? linkColorMode,
  29. double? linkOpacity,
  30. String? linkedTo,
  31. double? minLinkWidth,
  32. String? nodeAlignment,
  33. dynamic nodeDistance,
  34. double? nodePadding,
  35. dynamic nodeWidth,
  36. List<HighchartsSankeySeriesNodesOptions>? nodes,
  37. bool? nullInteraction,
  38. HighchartsSeriesOnPointOptions? onPoint,
  39. double? opacity,
  40. HighchartsSeriesPointOptions? point,
  41. dynamic pointDescriptionFormat,
  42. dynamic pointDescriptionFormatter,
  43. bool? relativeXValue,
  44. bool? selected,
  45. bool? showCheckbox,
  46. bool? showInLegend,
  47. bool? skipKeyboardNavigation,
  48. HighchartsSeriesSonificationOptions? sonification,
  49. dynamic stack,
  50. HighchartsSankeySeriesStatesOptions? states,
  51. bool? stickyTracking,
  52. HighchartsSankeySeriesTooltipOptions? tooltip,
  53. double? turboThreshold,
  54. bool? visible,
  55. dynamic xAxis,
  56. dynamic yAxis,
  57. double? zIndex,
})

A sankey series. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highcharts/series.sankey

Implementation

HighchartsSankeySeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colors,
    this.cursor,
    this.curveFactor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.legendIndex,
    this.legendSymbol,
    this.levels,
    this.linkColorMode,
    this.linkOpacity,
    this.linkedTo,
    this.minLinkWidth,
    this.nodeAlignment,
    this.nodeDistance,
    this.nodePadding,
    this.nodeWidth,
    this.nodes,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex});