score:9
Accepted answer
thanks to help from sebastian and pawel on the highcharts support forum the slice animation is disabled via the "slicedoffset: 0" setting:
$(function () {
var chart = new highcharts.chart({
chart: {
renderto: 'container',
type: 'pie'
},
plotoptions: {
series: {
allowpointselect: true,
slicedoffset: 0,
states: {
select: {
color: '#666'
}
}
}
},
series: [{
data: [['jan', 29.9], ['feb', 71.5], ['mar', 106.4], ['apr', 129.2], ['may', 144.0], ['jun', 176.0], ['jul', 135.6], ['aug', 148.5], ['sep', 216.4], ['oct', 194.1], ['nov', 95.6], ['dec', 54.4]]
}]
});
});
see working example
score:0
basically, you want that whenever you click on pie chart the slice you clicked should not go out. so do this simply:
allowpointselect: false,
it will stop that slice to go out & no need to set any slicedoffset here is an jsfiddle
Source: stackoverflow.com
Related Query
- Customise Highcharts Pie Chart Selection State so that slice does not animate out when selected
- Pie chart from highcharts does not render via justpy
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts datalabels are not showing infront of each slice in pie chart
- Highcharts not displaying data labels for Pie chart in arabic
- HighCharts Pie Chart - Add text inside each slice
- Highcharts Pie Chart Drilldown not showing on third drill
- highcharts pie chart multiple sections selection
- HighCharts chart export (screenshot download) does not display Navigator graph
- Length of slice in Highcharts pie chart
- Highcharts add a serie that does not exist
- Show tootip and select pie slice on legend click of pie chart in HighCharts
- Not able to draw a Pie Chart with external csv file in HighCharts
- Highcharts Pie Chart Slice Errors
- Highcharts pie chart annotations are not centering
- Pie chart Slice color Change Dynamically in Highcharts
- Why does my addSeries (in highcharts) only display names of the series but not the actual pie chart itself
- Highcharts display label for pie chart using html table as data source
- SetData() not working on Change Event HighCharts Pie Chart
- Highcharts donut pie not showing hover indicator if the slice color is white
- HighCharts Pie chart is not showing all of dataLabels, it's cut off
- Highcharts pie chart slice colour intensity using colorValue
- Highcharts - Pie Chart change slice colors dynamically
- HighCharts does not contain a constructor that takes 1 argument in ASP.Net MVC C#
- Pie chart slice radius using HighCharts library
- Highcharts setData on pie chart not working
- Highcharts convert: not showing pie chart data labels
- Highcharts Pie chart return slice animation on mouseout
- Added series does not remains in highcharts on show/hide of chart container
More Query from same tag
- Highcharts wind direction
- Is it possible with Chart js or which chart Library can provide this type of chart?
- How is the api doc generated @ http://api.highcharts.com/
- Why is the first data on highcharts not like the others
- Insert data into jquery highcharts fail
- I am working on highcharts, and want to adjust tooltip with chart name ( chart title )
- how to draw a directed path on a map in highcharts?
- How do I create a break on the x-axis with highcharts?
- How to color pictured bars in Highstock chart
- Conflict between Google Polymer and Highcharts library
- How to make highcharts-ng horizontal bar chart responsive
- Highcharts label grouping
- Highcharts redirect is not working after print
- Unable to Export HighCharts from IE
- How can I write svg to a Highcharts.Renderer object?
- Ordering the stacking in a highcharts bar chart in R
- Highmaps : dataLabels console error
- Highcharts: Looping JSON into Series Data
- How to connect js array to highcharts
- Highcharts, get point index when shared tooltip is shows/hides
- Highcharts with angularjs drilled down does not work
- Highcharts word cloud - Make a link to each word
- Embed javascript code in a django template
- Make only one legend active in HighCharts at the start
- Highcharts: Displaying Linechart with missing datapoints
- Highcharts center on x and y axis offset
- How to convert current xhtml page with javascript charts to pdf
- Highcharts radio button toggle between charts
- Auto focus on a legend item in highcharts
- HighCharts : How to add click event on colorAxis in heatmap