Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highchart click response time

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

like image 974
Cem Elma Avatar asked Jul 23 '26 08:07

Cem Elma


1 Answers

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/

like image 96
SteveP Avatar answered Jul 27 '26 03:07

SteveP



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!