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
- Add custom buttons in Angular Highcharts Line Chart
- Highcharts stacked column chart 3 level drilldown from JSON
- Highcharts datetime line travels backwards with unsorted data
- Returning javascript in an ASP.NET ajax postback fails, but works fine on initial page load
- Binding empty array to chart
- Highcharts live graph: Accessing Datetime data returns an [Object] instead of [Datetime, Int]
- Selecting different types of charts
- Updating Points
- Automatically redraw a highStock chart under Angularjs
- Can we have multiple callout in timeline chart for single point?
- Highcharts title background can't be changed
- Yii and ActiveRecord Group by Count
- Graph with Highcharts in new window
- highstock(highchart) livedata can have move animation point?
- How to style two different legends in HighCharts
- Getting error when using angular2-highcharts in angular2 project
- Change data hover line color in Highcharts
- How to transform a point with latitude and longitude value to a coordinates in highcharts map?
- Big Tooltip over points - Highcharts
- Highcharts tooltip not showing on chrome
- How to show only specific x-axis values on datetime axis in Highcharts
- Can I set a default color for all texts in Highcharts?
- Resizing Highchart based on window size
- Highcharts Bubble Chart with dynamic data
- Highcharts - Permanent, Draggable Selection Box
- how to generate topgrading snapshot chart?
- Highcharts-Ng and Broken Drilldown
- Drag Two points at same time with single action
- Animation end callback after adding points
- Highcharts series visibility with csv data source