HighchartsXAxisLabelsStyleOptions constructor
HighchartsXAxisLabelsStyleOptions({})
CSS styles for the label. Use lineClamp
to control wrapping of category labels. Use textOverflow: 'none'
to prevent ellipsis (dots).
API Docs: https://api.highcharts.com/highcharts/xAxis.labels.style
Implementation
HighchartsXAxisLabelsStyleOptions(
{this.color, this.cursor, this.fontSize, this.textOverflow});