score:1
If I understand correctly, you'd like the labels above the columns formatted with a %.
You're not actually using stacking columns, but that is where the orange labels are coming from (stackLabels). So, remove those and then use the default placement for the column labels.
column: {
dataLabels: {
format: '{point.y:.1f}%',
enabled: true,
color: 'Black'
},
colorByPoint: true,
borderWidth: 0
},
Source: stackoverflow.com
Related Query
- Highchart: To display percent on each and every column of Column chart
- Highchart Js Column Chart Stacked and Grouping
- Column based Highchart drilldown series assign color code to each column
- How to display custom data on mouseover of column chart in highchart in addition to series data?
- HighChart And R weird Column chart breaks
- Highchart display single entry against each category in bar chart
- Line and column combo chart with multiple columns for each category, how to position line marker for each category on a specific column?
- How can i reduce gap between legend and chart in highchart of type column where legend is aligned at top without reducing height of chart?
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- How to create a column range chart in Highcharts using range and navigator functions?
- How to use the tooltip formatter and still display chart color (like it does by default)?
- Remove Export and print button plugin on highchart chart
- How to create a new Highstock chart with new Highchart and not jquery?
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- highchart: add images to top of chart on every column
- Ajax and Highcharts - Display 'loading' until data is retrieved, then populate chart
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- Color each point individually in column chart highcharts
- Customize Stacked column chart in highChart
- put the highchart legend to the bottom of the chart and horizontally centered
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- display pie chart using highcharts api and mysql
- How to dynamically add point placement and point padding in fixed column chart (highcharts)
- I want to add a line to each column in a Highcharts column chart
- *Highchart* Disable Chart Title and display when Download/Print
- hide a particular column on xAxis highchart Column Chart
- trying to dynamically update Highchart column chart but series undefined
- Highchart / Highstock stack column chart show one series's tooltip at a time
- how to change color of line chart in highchart based on a categorical column in r?
- How to set border in column chart - Highchart
More Query from same tag
- Highchart legend overlapping when change window size
- DB Array to expected javascript format
- Highcharts GANTT chart - need to allow category with no data
- Need to link URL in HighChart
- React highcharts, show legends as bar
- How do I change the opacity of a series in Highcharts?
- Highcharts overlay multiple datetime series
- Change first tick label on yAxis
- highcharts multiline text inside donut piechart
- Highchart x-axis hide only values greater than 100
- How we design 3d column chart in highcharts like in pic?
- Why does the smallest bubble size of this Highcharts jsFiddle example seem incorrect and how do I fix it?
- Display multiple data points at once : Highcharts
- Highcharts Export Server on AWS Lambda
- Creating highchart piechart with a javascript object
- How to truncate value in tooltip using highcharts
- Highcharts as an Out-of-the-Office calendar
- High chart legend colors in square form
- Highchart chinese colon display incorrect when exporting
- Highcharts yAxis plotlines not showing on 'line' chart type
- How to show sum of all visible series' data dynamically
- Highcharts with angularjs without jquery
- set highchart margin
- Highcharts Timeline Renaming Series Labels
- Define and apply theme on highcharts-react-official
- Rendering highcharts to custom svg?
- Convert and Sort Data for HighChart Column Range Representation
- Align Bar Graph with Negative Stack
- Showing a value as DataLabel in HighCharts
- Android Highcharts DialogFragment