HighchartsDrilldownActiveDataLabelStyleOptions constructor

HighchartsDrilldownActiveDataLabelStyleOptions({
  1. String? color,
  2. String? cursor,
  3. String? fontWeight,
  4. String? textDecoration,
})

Additional styles to apply to the data label of a point that has drilldown data. By default it is underlined and blue to invite to interaction.

API Docs: https://api.highcharts.com/highcharts/drilldown.activeDataLabelStyle

Implementation

HighchartsDrilldownActiveDataLabelStyleOptions(
    {this.color, this.cursor, this.fontWeight, this.textDecoration});