|
43 | 43 | <category>Animation</category> |
44 | 44 | <description>Animation duration (milliseconds) for responsive resizing. (Note: When implementing multiple charts, there can be problems with rendering. You can set this to 0 when having problems)</description> |
45 | 45 | </property> |
46 | | - <property key="chartAnimation" type="boolean" required="true" defaultValue="true"> |
47 | | - <caption>Animation</caption> |
| 46 | + <property key="animateRotate" type="boolean" required="true" defaultValue="true"> |
| 47 | + <caption>Animate Rotate</caption> |
| 48 | + <category>Animation</category> |
| 49 | + <description>Whether to animate the rotation of the chart.</description> |
| 50 | + </property> |
| 51 | + <property key="animateScale" type="boolean" required="true" defaultValue="false"> |
| 52 | + <caption>Animate Scale</caption> |
48 | 53 | <category>Animation</category> |
49 | | - <description>Switch animation on and off. Try to switch it off when you have rendering problems with multiple charts on a page</description> |
| 54 | + <description>Whether to animate scaling the chart from the centre.</description> |
50 | 55 | </property> |
51 | 56 | <property key="animationDuration" type="integer" required="true" defaultValue="1000"> |
52 | 57 | <caption>Animation duration</caption> |
|
226 | 231 | <category>Settings</category> |
227 | 232 | <description>The width of the stroke value in pixels.</description> |
228 | 233 | </property> |
229 | | - <property key="animationSteps" type="string" required="true" defaultValue="100"> |
230 | | - <caption>Animation Steps</caption> |
231 | | - <category>Settings</category> |
232 | | - <description>Amount of animation steps.</description> |
233 | | - </property> |
234 | | - <property key="animateRotate" type="boolean" required="true" defaultValue="true"> |
235 | | - <caption>Animate Rotate</caption> |
236 | | - <category>Settings</category> |
237 | | - <description>Whether to animate the rotation of the chart.</description> |
238 | | - </property> |
239 | | - <property key="animateScale" type="boolean" required="true" defaultValue="false"> |
240 | | - <caption>Animate Scale</caption> |
241 | | - <category>Settings</category> |
242 | | - <description>Whether to animate scaling the chart from the centre.</description> |
243 | | - </property> |
244 | 234 | <property key="showLegend" type="boolean" required="true" defaultValue="true"> |
245 | 235 | <caption>Show Legend (ChartJS)</caption> |
246 | 236 | <category>Legend</category> |
|
0 commit comments