I have highcharts graphics. When I create my page I show empty graphics (I don’t set data attribute and there is only titles of graphics, inside of them is empty.) I get data from server asynchronously and call
setData()
function at callback. However user sees an empty page and I want to show a loading image for them. This: http://api.highcharts.com/highcharts#loading doesn’t work for me.
Any ideas?
I did it work as explained at given URL: