score:0

You need to change animation.duration property:

    chart: {
        ...,
        animation: {
            duration: 500
        }
    }

Live demo: https://jsfiddle.net/BlackLabel/3y0etwph/

API Reference: https://api.highcharts.com/highcharts/chart.animation


Related Query

More Query from same tag