score:1
You need to adjust the distance
property of the datalabels
options, however in 3d mode this isn't always successful as demonstrated here: http://jsfiddle.net/robschmuecker/69Mxj/
But if you sacrifice the 3D angle you can get them in the middle : http://jsfiddle.net/robschmuecker/99SFQ/ (without any 3d options)
http://jsfiddle.net/robschmuecker/69Mxj/1/ (with 3d alpha:10
)
plotOptions: {
pie: {
allowPointSelect: true,
cursor: 'pointer',
depth: 35,
dataLabels: {
distance: -30,
enabled: true,
format: '{point.name}'
}
}
},
score:1
Indeed it looks like a bug with the distance parameter, so I reported it to our developers here
Source: stackoverflow.com
Related Query
- Having issues to make the data value in centre in pie chat using high charts
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- How to set the x value for High Charts error bar
- Using global data in High Charts point click custom function in R Shiny
- How to make two charts using highchart show up in the same line side by side using div
- How can I put custom color in High Charts PIE data | Slice and want to change slice text
- Remove the border around the pie chart in high charts
- Customizing the series data in pie charts with a dynamic json series (HighCharts)
- Highcharts display label for pie chart using html table as data source
- Adding multiple series to the spline chart using dotnet high charts in asp.net mvc3
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- Highcharts: rapid, real-time data updates in high volume line charts using boost
- On Mouse over on the high chart data the tool tip value should be displayed next to legend label
- HTML table as data source for highstock charts using highcharts
- High charts undefined value on customizing tool tip - Unable to get the ID from array
- Issues plotting two lines with JSON data on high chart using Angular JS - name undefined
- High Charts Can't hide Pie Chart data labels
- Using highcharts for Rails (via LazyHighCharts), is there a tooltip for yDateFormat for having datetime data on the Yaxis?
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- How could we plot graphical representation using High Charts where one x-axis value have multiple y-axis value
- High charts click on one data point the other data points should disable
- Customizing charts in high charts using data from csv
- How to append dynamic values to the area chart in High charts or convert the data to arrays?
- Displaying ajax data in a graphical representation using high charts
- Graphical representation of HTML table data using High charts
- HighCharts - Make the pie chart 100% of the div
- High charts remove dots from the line graph
- Plot data values inside pie charts slice
- World map paths data in react high charts
- Highcharts Pie charts get the selected pie id
More Query from same tag
- highcharts exporting - Java approach, app-convert.properties
- HIghchart show current month data with week interval
- Highcharts - second xAxis labels are not displayed
- Can I add an xAxis break dynamically based on live data feed
- rCharts shows limited functionality when used with Shiny 0.8.0.99
- Not able to draw a Pie Chart with external csv file in HighCharts
- Highcharts PDF export arabic file name
- Show data of a month instead of 12 months
- how to display menu from date in highchart
- highcharts scale chart to width
- Margins will not adjust to make a smaller chart?
- Tool tip pointed arrow pie highchart
- Only show integer steps on axis
- Posting data to the server from highchart points
- highcharts rescale yaxis aftr addSeries
- Highcharts - Is it possible to display the my own text on the data-labels of line chart?
- why my label formatter is not working as expected in highcharts
- Highcharts - Include several charts in one container
- Issue on Drilling Down and Up in Highcharts.js Using External Dom Buttons
- Highcharts Pie dynamic series color
- HighCharts - two Y-axis, one with max value
- Error importing some Visualization Helium Packages in Zeppelin
- How to reference yData from another series in each category of a highcharts column chart
- How to hardcode arbitrary Tick text labels on y axis in highcharts
- Highmaps: Wrap fillSetter for colorAxis
- I can't make multi linear-gradients in treamap
- Highstock flags onSeries with addSeries
- How to place tooltip above point in highcharts x-range?
- How to add percent symbol with data inside column in highchart?
- HighCharts: Getting rid of tooltip but mantain crosshairs