I am able to show animations for bar charts and line charts. Using:
animate: true,
animateReplot: true
But the animations doesn't seem to work for donut charts. Can anyone explain me why?
Any help would be appreciated.
Thanks in advance.
I am able to show animations for bar charts and line charts. Using:
animate: true,
animateReplot: true
But the animations doesn't seem to work for donut charts. Can anyone explain me why?
Any help would be appreciated.
Thanks in advance.
In my knowledge currently jqplot not support Pie and donut chart animation.It would be nice if jqplot support Pie and donut animation.
We can Change the theme of Donut chart using JqPlot by seriesStyles property
seriesStyles: {
seriesColors: ['red', 'orange', 'yellow', 'green', 'blue', 'indigo'],
highlightColors: ['lightpink', 'lightsalmon', 'lightyellow', 'lightgreen', 'lightblue', 'mediumslateblue']
}
EXAMPLE from Stack overflow