score:2

Accepted answer

As I know, GSAP is overwriting jQuery.animate() function, so later Highcharts may use it in a wrong way - what can I advice is to use stand alone Highcharts version: http://jsfiddle.net/m3cmk/1/

new Highcharts.Chart({
        chart: {
            renderTo:'container'
        },
        ... 
 });

And standalone version:

<script src="https://rawgithub.com/highslide-software/highcharts.com/master/js/adapters/standalone-framework.src.js"></script>

Related Query

More Query from same tag