HighchartsSankeySeriesNodesDataLabelsOptions constructor

HighchartsSankeySeriesNodesDataLabelsOptions({
  1. String? backgroundColor,
  2. bool? crop,
  3. bool? enabled,
  4. String? format,
  5. HighchartsCallback? formatter,
  6. bool? inside,
  7. String? nodeFormat,
  8. HighchartsCallback? nodeFormatter,
  9. String? align,
  10. String? verticalAlign,
  11. double? y,
  12. String? alignTo,
  13. bool? allowOverlap,
  14. HighchartsSeriesDataLabelsAnimationOptions? animation,
  15. String? borderColor,
  16. double? borderRadius,
  17. double? borderWidth,
  18. String? className,
  19. String? color,
  20. bool? defer,
  21. HighchartsSeriesDataLabelsFilterOptions? filter,
  22. String? nullFormat,
  23. HighchartsCallback? nullFormatter,
  24. String? overflow,
  25. double? padding,
  26. String? position,
  27. double? rotation,
  28. Map<String, dynamic>? shadow,
  29. String? shape,
  30. Map<String, String>? style,
  31. HighchartsSeriesDataLabelsTextPathOptions? textPath,
  32. bool? useHTML,
  33. double? x,
  34. double? zIndex,
})

Individual data label for each node. The options are the same as the ones for series.sankey.dataLabels.

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

Implementation

HighchartsSankeySeriesNodesDataLabelsOptions(
    {this.backgroundColor,
    this.crop,
    this.enabled,
    this.format,
    this.formatter,
    this.inside,
    this.nodeFormat,
    this.nodeFormatter,
    this.align,
    this.verticalAlign,
    this.y,
    this.alignTo,
    this.allowOverlap,
    this.animation,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.defer,
    this.filter,
    this.nullFormat,
    this.nullFormatter,
    this.overflow,
    this.padding,
    this.position,
    this.rotation,
    this.shadow,
    this.shape,
    this.style,
    this.textPath,
    this.useHTML,
    this.x,
    this.zIndex});