score:1
Accepted answer
You can use data labels configuration for a single point.
events: {
load: function() {
this.addSeries(..., {
x: 3,
y: 1,
dataLabels: {
useHTML: true,
formatter: function() {
var pcnt = (data[this.x].y / dataSum) * 100;
return '...';
}
}
}]
}, true);
}
}
Live demo: https://jsfiddle.net/BlackLabel/9dmtawg3/
API Reference: https://api.highcharts.com/highcharts/series.column.data.dataLabels
Source: stackoverflow.com
Related Query
- Highchart add a text under single bar in bar chart
- Android Highchart bar chart add a text below a bar
- add text under the bar with plotOptions highchart (BAR)
- How do you add text to the bottom center of legend and bottom center of chart under legend?
- How to add the "isSum" bar in Highchart Waterfall chart in R?
- Highchart display single entry against each category in bar chart
- Add text inside a circular progress pie chart bar using HIGHCHARTS
- HighCharts Pie Chart - Add text inside each slice
- How to add a plotline to a bar chart in Highcharts?
- highchart change color of single bar in single category
- How can I prevent my HighChart bar chart from being inverted?
- How to add Highchart Bar lines and lables?
- How to add Legend in highchart compare stock chart
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- How can I add a Bar Chart to my Django based Database?
- Setting color options on Highchart bar chart
- Highchart multiple bar charts in a single webpage
- add event to x-axis labels of bar highchart
- How to add text when exporting a chart in highcharts?
- Add new data to a Highchart pie chart dynamically
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- Add border on highcharts bar chart on start of bar
- Remove the categories text under the bars on Highcharts chart
- How to add two dataLabels to a bar chart using HightCharts
- How to add value of y-axis under the x-axis labels in highchart with given dataset
- Highchart Single Legend to control Multiple chart
- HighChart Data label issue in bar chart
- Add animation to bar in data sorting bar chart Highcharts
- Highchart Add text after value tooltip
- Highchart multiple column range in same series on bar chart
More Query from same tag
- Highchart group by month from corresponding column data
- highcharts: disable default buttons but keep custom button
- world map not displaying - Angular Highcharts
- Parse an array in js
- How to align multiple charts with different data
- Pull HighCharts data labels to the right
- how to set underline style on subtitle highchart?
- Highcharts not rendering
- How can I have month and year in x axis, display as number in Highcharts?
- Highcharts Pie chart
- How to let x axis title still show on the bottom when setting fontsize attribute in Highcharts
- highcharts responsive datalabels display
- Highcharts Stacking Bar misaligned and oddly sized bars
- remove series by name or id in highcharts
- Efficiently detect missing dates in array and inject a null (highcharts and jquery)
- Passing data from JSP to jQuery and plotting in Highcharts
- Highcharts export menu does not show up fully
- Highcharts with JQuery mobile Black display
- How to center title vertically in HighCharts pie/donut chart?
- highstock charts - button for date range
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- How to generate multiple high charts in ng-repeat
- Angular Highcharts dynamic import produces no additional chunk
- HighCharts timezone issues on AngularJs
- Audiogram with Highcharts
- Highchart graph inside leaflet popup using geojson data and oneachfeature
- Don't disable "all" button in range selector in Highstock
- highcharts - removing decimal places on Y axis with only one point
- Ordering the stacking in a highcharts bar chart in R
- HighCharts - Don't show line or change line style if date not reached