chart = Highcharts.stockChart(‘container’, {
chart: {
animation: false,
backgroundColor: ‘#A9CDDD’,
events: {
load: function () {
chart = this; // `this` is the reference to the chart
requestData();
}
}
},