score:1
Series bubble events give you possibility to change format at dataLabels. You can update them with the point events state, e.g. mouseover, and add a condition for more control.
plotOptions: {
series: {
dataLabels: {
enabled: true,
},
point: {
events: {
mouseOver() {
if (this.x >= 80) {
console.log(this.series.dataLabels);
this.series.update({
dataLabels: {
format: 'Very long text!'
}
})
} else {
this.series.update({
dataLabels: {
format: 'text!'
}
})
}
}
}
}
},
},
Source: stackoverflow.com
Related Query
- R highcharter editing dataLabels format
- How to Format Highcharts dataLabels Decimal Points
- How to set dataLabel Format and axis label angle in R highcharter package
- Adding comma format to Highcharter tooltips
- Highcharter format number in tooltip
- Strange character in the Highstock source code
- DataLabels in R highcharter cannot be seen after print as png or jpg
- Highcharts bar format datalabels to percent and add text
- Highchart - Editing the tooltip date format content on hover
- date format after using `list_parse` with highcharter
- Highcharts - How to set datalabels format programmatically in Combo chart
- How to add the years in xAxis date format while exporting? Also how to add the data source during the exporting?
- Highcharts: Format all numbers with comma?
- Customize tooltip and format the number to 2 decimal places of highcharts
- What format does the highcharts js library accept for dates?
- Format Highcharts y-axis labels
- Format tooltip numbers in Highcharts
- Is it possible to position Highcharts dataLabels depending on the value?
- R Highcharter Sankey nodes column property trouble
- HighCharts show datetime format on xAxis
- r - How to set xlim and ylim range in a highcharter plot?
- How do I format x-axis label in highcharts
- Optimize JavaScript DrillDown code
- json date format to Highcharts date format
- Highcharts - HTML tooltip & datalabels render issue
- Highcharts pie dataLabels inside and outside
- What type of date/time format is this?
- pie chart highcharter R
- DB Array to expected javascript format
- Customize bubble map with highcharter
More Query from same tag
- Issue: In case of multiLineSeries Graph if one of the series has no Data, the entire graph does not get plotted
- Can we set bar labels with dynamic custom array in Highcharts?
- highchart : add point without changing the series' line
- Remove image drawn on Highchart
- highcharts x-axis irregular date intervals issue
- Unable to render SVG as dataURI in Highcharts marker
- How to create Highcharts tree map with 4 levels
- How to create dynamic update spline Highcharts chart?
- Highstock different time value interval
- HighCharts - display heart rate?
- Highcharts error #13 unless I run under IE compatibility view?
- How to replace label line with dot in highcharts
- Xaxis data given to highcharts in descending order but still xaxis appears in ascending order
- Formatting dataLabels in Highcharts
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- How can I populate my highchart using Ajax.
- Highcharts: adding extra data to drilldown
- Highcharts trigger background click event
- highcharts column stroke in styled mode
- AngularJS Http Requests processed synchronously?
- Get the JSON encode result from the Controller to View
- Highcharts Error while loading solid gauge module
- react & highcharts: add navigation button
- Highstock Highchart empty space between chart and scrollbar
- Get x and y value of a series in highcharts when curve is being plotted
- Angular Module Is not a function - Highcharts-ng appearing on .aspx web form
- Highcharts master detail chart with irregular time intervals
- HighCharts - how to customize the tooltip for dynamically added series
- Highcharts pie chart outer circle
- HighCharts tooltip while dragging