HighchartsFunnelSeriesOptions constructor

HighchartsFunnelSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. bool? animation,
  4. String? borderColor,
  5. double? borderRadius,
  6. double? borderWidth,
  7. List? center,
  8. String? className,
  9. bool? clip,
  10. String? color,
  11. dynamic colorAxis,
  12. double? colorIndex,
  13. String? colorKey,
  14. List? colors,
  15. bool? crisp,
  16. String? cursor,
  17. Map<String, dynamic>? custom,
  18. HighchartsFunnelSeriesDataLabelsOptions? dataLabels,
  19. double? depth,
  20. String? description,
  21. bool? enableMouseTracking,
  22. double? endAngle,
  23. HighchartsFunnelSeriesEventsOptions? events,
  24. String? fillColor,
  25. dynamic height,
  26. String? id,
  27. bool? ignoreHiddenPoint,
  28. HighchartsFunnelSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  29. bool? includeInDataExport,
  30. double? index,
  31. List<String>? keys,
  32. double? legendIndex,
  33. String? legendSymbol,
  34. String? legendSymbolColor,
  35. String? linecap,
  36. dynamic minSize,
  37. dynamic neckHeight,
  38. dynamic neckWidth,
  39. bool? nullInteraction,
  40. HighchartsSeriesOnPointOptions? onPoint,
  41. double? opacity,
  42. HighchartsFunnelSeriesPointOptions? point,
  43. dynamic pointDescriptionFormat,
  44. dynamic pointDescriptionFormatter,
  45. bool? relativeXValue,
  46. bool? reversed,
  47. bool? selected,
  48. Map<String, dynamic>? shadow,
  49. bool? showCheckbox,
  50. bool? showInLegend,
  51. bool? skipKeyboardNavigation,
  52. double? slicedOffset,
  53. HighchartsSeriesSonificationOptions? sonification,
  54. double? startAngle,
  55. HighchartsFunnelSeriesStatesOptions? states,
  56. bool? stickyTracking,
  57. double? thickness,
  58. HighchartsFunnelSeriesTooltipOptions? tooltip,
  59. bool? visible,
  60. dynamic width,
  61. double? zIndex,
  62. bool? zoomEnabled,
})

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

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

Implementation

HighchartsFunnelSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.center,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.crisp,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.depth,
    this.description,
    this.enableMouseTracking,
    this.endAngle,
    this.events,
    this.fillColor,
    this.height,
    this.id,
    this.ignoreHiddenPoint,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linecap,
    this.minSize,
    this.neckHeight,
    this.neckWidth,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.reversed,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.slicedOffset,
    this.sonification,
    this.startAngle,
    this.states,
    this.stickyTracking,
    this.thickness,
    this.tooltip,
    this.visible,
    this.width,
    this.zIndex,
    this.zoomEnabled});