HighchartsArcDiagramSeriesOptions constructor

HighchartsArcDiagramSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. String? borderColor,
  5. double? borderWidth,
  6. bool? centeredLinks,
  7. String? className,
  8. bool? clip,
  9. String? color,
  10. bool? colorByPoint,
  11. double? colorIndex,
  12. List? colors,
  13. String? cursor,
  14. Map<String, dynamic>? custom,
  15. String? dashStyle,
  16. HighchartsArcDiagramSeriesDataGroupingOptions? dataGrouping,
  17. HighchartsArcDiagramSeriesDataLabelsOptions? dataLabels,
  18. String? description,
  19. bool? enableMouseTracking,
  20. bool? equalNodes,
  21. HighchartsSeriesEventsOptions? events,
  22. String? id,
  23. HighchartsArcDiagramSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  24. bool? includeInDataExport,
  25. double? index,
  26. List<String>? keys,
  27. HighchartsSeriesLabelOptions? label,
  28. double? legendIndex,
  29. String? legendSymbol,
  30. List<HighchartsArcDiagramSeriesLevelsOptions>? levels,
  31. String? linkColorMode,
  32. double? linkOpacity,
  33. double? linkRadius,
  34. double? linkWeight,
  35. String? linkedTo,
  36. HighchartsArcDiagramSeriesMarkerOptions? marker,
  37. double? minLinkWidth,
  38. dynamic nodeDistance,
  39. dynamic nodeWidth,
  40. List<HighchartsArcDiagramSeriesNodesOptions>? nodes,
  41. bool? nullInteraction,
  42. String? offset,
  43. HighchartsSeriesOnPointOptions? onPoint,
  44. double? opacity,
  45. HighchartsSeriesPointOptions? point,
  46. dynamic pointDescriptionFormat,
  47. dynamic pointDescriptionFormatter,
  48. bool? reversed,
  49. bool? selected,
  50. bool? showCheckbox,
  51. bool? showInLegend,
  52. bool? skipKeyboardNavigation,
  53. HighchartsSeriesSonificationOptions? sonification,
  54. HighchartsArcDiagramSeriesStatesOptions? states,
  55. bool? stickyTracking,
  56. HighchartsArcDiagramSeriesTooltipOptions? tooltip,
  57. double? turboThreshold,
  58. bool? visible,
  59. double? zIndex,
  60. bool? zoomEnabled,
})

An arcdiagram series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsArcDiagramSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.borderColor,
    this.borderWidth,
    this.centeredLinks,
    this.className,
    this.clip,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colors,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.equalNodes,
    this.events,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.levels,
    this.linkColorMode,
    this.linkOpacity,
    this.linkRadius,
    this.linkWeight,
    this.linkedTo,
    this.marker,
    this.minLinkWidth,
    this.nodeDistance,
    this.nodeWidth,
    this.nodes,
    this.nullInteraction,
    this.offset,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.reversed,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.zIndex,
    this.zoomEnabled});