mendixlabs / ChartJS

A Mendix widget that wraps the ChartJS library.
https://appstore.home.mendix.com/link/app/1712/Mendix/ChartJS-Widget
Apache License 2.0
4 stars 28 forks source link

Fix animation settings for doughnut and pie chart #94

Closed recktenwaldfabian closed 7 years ago

recktenwaldfabian commented 7 years ago

The animation settings for doughnut and pie chart where not properly passed to the charts widget. This fix will properly pass animateRotate and animateScale setting to the chart.

The chartAnimation setting is removed. animateScale/animateRotate should be used for pie and doughnut charts.