When i click the piece of pie chart, selection animation is playing aproximately 300 ms. How to speed up this animation or stop this animation, any idea?
Click to see screenshot
You can affect the animation usng the chart->animation options. To simply make it faster, try:
chart: {
type: 'pie',
animation: {
duration: 100
}
},
The full options can be found here: http://api.highcharts.com/highcharts#chart.animation. These can include other options such as jquery easing.
http://jsfiddle.net/3vwMH/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With