score:1
Accepted answer
I was able to do this by customizing 'dataLabels' attribute of 'plotOptions'. I added the following code in plotOptions :
plotOptions: {
series: {
stacking: 'percentage',
pointWidth: 60,
dataLabels: {
enabled: true,
format : '{series.name}',
style : {
color: '#DCDCDC',
fontSize: '15px',
fontWeight: 'pointer',
textOutline: '0px contrast'
}
}
}
},
-> format : '{series.name}' to be specific
Source: stackoverflow.com
Related Query
- Legends Name Over Bar Charts Instead of Value
- How to set the x value for High Charts error bar
- How to create a drilleable bar graph in jsp page using open source charts API
- How to remove Series name on bottom and we are not getting bar value on top of each bar and also each bar description is aligned cross in Columnchart
- High charts / Stacked Bar - Legends Disable hover
- Highchart line chart Tooltip showing index value instead of X-axis formatted label name
- High Charts PieChart How Can I show point value inside segment and label name outside
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Maximum bar width in Highcharts column charts
- Highcharts Change Bar Color Based on Value
- Highcharts dynamically change bar color based on value
- print a value on highcharts bar graph?
- HighStock Charts not Working over SSL ie https
- Highcharts - How to hide series name and Y value in tooltip
- Polymer Template Repeat Over Multiple Charts
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Get X Axis value on bar Highchart click event
- Highcharts tootip for stacked bar charts
- High Charts - mouse over event on any part of graph
- HighCharts: display the y-axis labels in percentage instead of the absolute count for basic column charts
- Highcharts Change Bar Background Color Based on categories value
- Highcharts markers on bar charts
- Laravel 5.5 Console TV Bar Chart High Charts multipleDatasets and label
- HighCharts: Logarithmic Scale for Horizontal Bar Charts
- Click event on bar high charts in angular 2
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- X axis value in stackLabels Formatter in bar highchart
- highcharts gantt display as bar instead of lines
- Using connecting legends for two Highcharts pie charts
- Highcharts: aligning data labels on the same line in bar charts
More Query from same tag
- How to increase the tickLength of specific x ticks in highcharts
- document ready call sql function
- Set highcharts y-axis min value to 0, unless there is negative data
- Create Pie chart for each Json object
- Highstock type 'candlestick' - Change bordercolors
- How to convert datetime string to UTC to plot points on Highcharts
- Highcharts - Return string to other container on hover
- Highchart don't show line if Y.axis is the same
- highchart set data to series in xrange chart
- Control spacing between bars in Highcharts grouped bar chart
- HighChart XAxes Category
- Highcharts how to align two charts yAxis on the same line
- How to plot data in Highcharts where time and value are swapped?
- how can I use rangeselector and navigation in highcharts in the given code
- How to create Chart Data using SQL query
- Irregular Display of Chart In Highstocks
- Tooltip doesn't show properly in highcharts
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- remove print button
- Highcharts not plotting series correctly on secondary axis
- Best way to add different colours based on conditions to bargraphs plotted with Highcharts.js
- Highcharts - show custom tooltip on mouseOver and on mouse Click
- Using global data in High Charts point click custom function in R Shiny
- Highchart single point of data is not displaying
- Highmaps with rich information in separate container
- How to convert this require statement to import using systemjs / es6?
- Force-directed graph in Highcharts has lost its lines
- Remove "G" from linear colorAxis in highmaps
- Highcharts xAxis multiple colors
- How to customize a legend in highcharts as the image and while clicking on the leg end appears lines inside linechart