Is there any way to animate primefaces PieChart. I searched all attributes but unable to find that How Can I animate it? Actually I want that Chart should draw in slow motion. Any help would be greatly appreciated
Is there any way to animate primefaces PieChart . I searched all attributes but
Share
As far as I see , there is no animation in jqplot (which is being used by primefaces charts) pie charts Pie chart Animation Issue #468 created 2011-11-22
As a workaround you can use primefaces effects , But it will affect the entire chart container…
You can always move on to some other third party charting library
There are no simple third party library’s (they are simple but not compared to primefaces components) , you will have to write much more code, but the flexibility will be much bigger ,
For example gRaphael Pie gRaphael Pie Chart : Add animation
Or
Fusion charts