0

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.

Anish Nair
  • 3,238
  • 29
  • 41

1 Answers1

0

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

Community
  • 1
  • 1
Nandu
  • 3,076
  • 8
  • 34
  • 51