score:1
Accepted answer
You don't need to use the second series, use instead format
for data labels.
series: [{
dataLabels: {
format: '{point.y}%'
},
...
}]
Live demo: http://jsfiddle.net/BlackLabel/jhmfcty3/
API Reference: https://api.highcharts.com/highcharts/series.pie.dataLabels.format
Source: stackoverflow.com
Related Articles
- Highcharts - Pie chart legend remains hoverable on second series
- Highcharts no longer animates and readjusts/rescales chart upon addition and removal of series in legend after upgrading to jQuery 1.10
- Added series does not remains in highcharts on show/hide of chart container
- Highcharts remove legend and series from chart on legendItemClick
- HighCharts Hide Series Name from the Legend
- Hiding a Highcharts series without using the legend
- Add series total to legend in Highcharts
- Filtering legend of a Highcharts by only visible series
- Highcharts - Legend Positioning outside the chart
- highcharts - chart names for multiple pie chart series in one chart
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Grand Totals in HighCharts Pie Chart Legend
- HighCharts Pie Chart Legend value alignment
- Highcharts - Scatter chart with a line connecting the dots in the series
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Highcharts - resize legend on chart resize?
- Highcharts connecting scatter chart and pie chart with single legend
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts hide series without change legend color
- Highcharts - Display legend for Pie chart in two columns
- Highcharts - Remove first marker from Area chart in every series
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- Highcharts: show series on legend but hide on chart
- unable to get series id in HighCharts chart
- Change chart type and redraw with multiple series in Highcharts
- Second yAxis does not scale according to series in Highcharts
- Angular Highcharts Custom Legend Label In Area Chart
- How to center highcharts pie chart and legend on a page?
- How to color series legend in highcharts when colorbypoint is set to true
- HIghmap colorAxis filter dynamic binding
- How to get series highlight on hover in highcharter?
- Highcharts point click event returns "hover" state instead of "select" state
- Highcharts multiple series from JSON with different style depending on serie name
- How to show only one pair of linked Highcharts series at a time
- Modify z-index of AG-grid cell's tooltip
- HighCharts starts zooming when scrolling in a 3D chart
- Highcharts json data date in zulu time not working
- Multi Color dataLabel in Bar Highchart
- Highchart is not working when I am fetching the axis values from database
- Is there sub sub Drill-down support in High chart?
- HighChart - Custom Paths Not Linked to Chart
- Disable the label text (min, max, average, bins values) in measure annotation while doing MeasureX in highstocks and highcharts
- Highcharts click event should apply only on marker point
- Why does opening a CSV file in Excel break my Highcharts chart?
- Alternatives to Highcharts for datasets with 10k data points?
- Highcharts - change default opacity for series, without using RGBA?
- Slanted highcharts axis labels overlap with legend
- Highcharts bar chart with fixed bar widths and gaps
- How to get series's id in Highcharts / Highstock