I am using piechart from http://www.highcharts.com/
So, I set the data as follows:
var cars = []; cars.push({name: "Keine Daten", y: 100}); piechart.series[0].setData(cars); piechart.setTitle({text: 'test '+year+' am '+daytime});
But piechart has no animation.
How to call an animation?
source share