score:7
I found a highcharts forum topic related to rotating the pie chart to better distribute labels in this sort of case, but it involves modifying the source to find the following line and change the cumulative reference to zero:
cumulative = -0.25, // start at top
One option that is not optimal but might work is to rotate the data labels a few degrees so that they don't overlap, like so:
{
plotOptions : {
pie : {
dataLabels : {
rotation : 15
}
}
}
}
score:0
I also come across the same issue. I fixed the issue with below code.
plotOptions : {
pie : {
dataLabels : {
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis'
}
}
}
score:9
There is a new option in Highcharts to set the startAngle of the pie chart. You can use the startAngle to arrange all the small slices on the right side of the chart, allowing more of the labels to fit.
series: [{
startAngle: 90
}]
JSFiddle demo here: http://jsfiddle.net/highcharts/dK9CD/
Source: stackoverflow.com
Related Query
- Dealing with pie chart label overlap [Highcharts]
- Highcharts drilldown to pie chart - Clicking on axis label with multiple series causes pie charts to overlap
- Highcharts display label for pie chart using html table as data source
- Highcharts - Pie chart with parial doughnut overlap
- dealing with highcharts bar chart with really long category names
- Highcharts Pie Chart Label Threshold
- Highcharts connecting scatter chart and pie chart with single legend
- Grouping Legends in Pie Chart with Highcharts
- Highcharts - Getting a 3d effect with selected pie chart slices
- Highcharts: Pie chart label overlap
- Not able to draw a Pie Chart with external csv file in HighCharts
- Dealing with Bubble Chart overlap
- Highcharts - Dealing with small values in Funnel chart
- pie chart legend overlap with older legend when replace series in highchart
- Highcharts - pie chart with html div at center
- Show/Update Separate Bar graphs with Drilldown Pie chart of Highcharts
- Highcharts - x-axis label disappears for polar chart with any endAngle
- Highcharts - Pie chart with negative values
- HighCharts populate Pie Chart with data from SQL Database
- Highcharts issue when dealing with 3D pie and large labels
- Highcharts issue when dealing with 3D pie and large labels
- highcharts issues in pie chart with gradient fill
- How can I get a data label in my Highcharts Pie Chart that is a font-awesome icon?
- Pie Chart Center Text gets overlap with tooltip
- PIE CHART - Data Visualization With DataTables and Highcharts
- highcharts y axis label with offset is hidden when chart has no title
- Highcharts combine pie chart with a scatter chart
- Server-side c# and client side javascript with json loading Highcharts gantt chart Task Progress Indicator, need to change Tooltip and Label name
- Highcharts AreaRange Chart issues with xAxis and last data point label
- Highcharts cloud issue with data source when duplicating chart
More Query from same tag
- Change highcharts data label position
- How to render multiple HighCharts using a queue to prevent long load times
- HighCharts Bullet Chart label show on top Possible?
- How can I show last 10 indexes in Highcharts Timeline and left using scroll?
- Select format mysql to highchart in php
- Highcharts Progress Bar Chart
- A different suffix for each line on Highstock/Highcharts
- Custom color & tooltip for a single bar in Highcharts histogram
- How can I set the alignment for individual axis labels in highcharts?
- How to change the color of marker-points dynamically based on y-position
- Adding dotnet highcharts to Xamarin app
- HighCharts - data points not appearing
- Highchart - How to set minWidth on stacked bar?
- use highchart and highstock on the same page
- Highcharts yaxis labels not working
- Highcharts: Change spline line color according to y value
- Making a specific chart clickable in highcharts
- how to insert data in the tooltip of a highcharts chart?
- How to plot data points with two y values?
- High Chart inserting data from arrays into line graph
- Highcharts: Add ONE custom label to yAxis
- When adding point on dynamically created Multiple Highchart Graphs on a single page, the plot line draws to the start point instead of last point?
- HighCharts Add Comments
- Highcharts - cannot force x axis to stop on a certain date
- Highcharts: How to reduce label width / height
- How to format high charts?
- Creating array from javascript object
- Javascript Highcharts: series datalabel formatter function to loop data not formatting all data form the array
- X coordinates of each yAxis in HighStock chart
- Fixed bar width, tick interval in Highstock