|
37 | 37 | <category>Appearance</category> |
38 | 38 | <description>The size of the chart title. Default is 12</description> |
39 | 39 | </property> |
40 | | - <property key="responsiveAnimationDuration" type="integer" required="true" defaultValue="0"> |
| 40 | + <!-- Animation --> |
| 41 | + <property key="responsiveAnimationDuration" type="integer" required="true" defaultValue="1000"> |
41 | 42 | <caption>Responsive animation duration</caption> |
42 | | - <category>Appearance</category> |
| 43 | + <category>Animation</category> |
43 | 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> |
44 | 45 | </property> |
45 | 46 | <property key="chartAnimation" type="boolean" required="true" defaultValue="true"> |
46 | 47 | <caption>Animation</caption> |
47 | | - <category>Appearance</category> |
| 48 | + <category>Animation</category> |
48 | 49 | <description>Switch animation on and off. Try to switch it off when you have rendering problems with multiple charts on a page</description> |
49 | 50 | </property> |
50 | 51 | <property key="animationDuration" type="integer" required="true" defaultValue="1000"> |
51 | 52 | <caption>Animation duration</caption> |
52 | | - <category>Appearance</category> |
| 53 | + <category>Animation</category> |
53 | 54 | <description>Animation duration (milliseconds) for rendering (this is different from the Responsive animation duration)</description> |
54 | 55 | </property> |
| 56 | + <property key="animationEasing" type="enumeration" required="true" defaultValue="easeOutQuart"> |
| 57 | + <caption>Animation easing</caption> |
| 58 | + <category>Animation</category> |
| 59 | + <description>Animation easing function (the way it animates). See examples at: http://easings.net</description> |
| 60 | + <enumerationValues> |
| 61 | + <enumerationValue key="linear">linear</enumerationValue> |
| 62 | + <enumerationValue key="easeInSine">easeInSine</enumerationValue> |
| 63 | + <enumerationValue key="easeOutSine">easeOutSine</enumerationValue> |
| 64 | + <enumerationValue key="easeInOutSine">easeInOutSine</enumerationValue> |
| 65 | + <enumerationValue key="easeInQuad">easeInQuad</enumerationValue> |
| 66 | + <enumerationValue key="easeOutQuad">easeOutQuad</enumerationValue> |
| 67 | + <enumerationValue key="easeInOutQuad">easeInOutQuad</enumerationValue> |
| 68 | + <enumerationValue key="easeInCubic">easeInCubic</enumerationValue> |
| 69 | + <enumerationValue key="easeOutCubic">easeOutCubic</enumerationValue> |
| 70 | + <enumerationValue key="easeInOutCubic">easeInOutCubic</enumerationValue> |
| 71 | + <enumerationValue key="easeInQuart">easeInQuart</enumerationValue> |
| 72 | + <enumerationValue key="easeOutQuart">easeOutQuart</enumerationValue> |
| 73 | + <enumerationValue key="easeInOutQuart">easeInOutQuart</enumerationValue> |
| 74 | + <enumerationValue key="easeInQuint">easeInQuint</enumerationValue> |
| 75 | + <enumerationValue key="easeOutQuint">easeOutQuint</enumerationValue> |
| 76 | + <enumerationValue key="easeInOutQuint">easeInOutQuint</enumerationValue> |
| 77 | + <enumerationValue key="easeInExpo">easeInExpo</enumerationValue> |
| 78 | + <enumerationValue key="easeOutExpo">easeOutExpo</enumerationValue> |
| 79 | + <enumerationValue key="easeInOutExpo">easeInOutExpo</enumerationValue> |
| 80 | + <enumerationValue key="easeInCirc">easeInCirc</enumerationValue> |
| 81 | + <enumerationValue key="easeOutCirc">easeOutCirc</enumerationValue> |
| 82 | + <enumerationValue key="easeInOutCirc">easeInOutCirc</enumerationValue> |
| 83 | + <enumerationValue key="easeInBack">easeInBack</enumerationValue> |
| 84 | + <enumerationValue key="easeOutBack">easeOutBack</enumerationValue> |
| 85 | + <enumerationValue key="easeInOutBack">easeInOutBack</enumerationValue> |
| 86 | + <enumerationValue key="easeInElastic">easeInElastic</enumerationValue> |
| 87 | + <enumerationValue key="easeOutElastic">easeOutElastic</enumerationValue> |
| 88 | + <enumerationValue key="easeInOutElastic">easeInOutElastic</enumerationValue> |
| 89 | + <enumerationValue key="easeInBounce">easeInBounce</enumerationValue> |
| 90 | + <enumerationValue key="easeOutBounce">easeOutBounce</enumerationValue> |
| 91 | + <enumerationValue key="easeInOutBounce">easeInOutBounce</enumerationValue> |
| 92 | + </enumerationValues> |
| 93 | + </property> |
55 | 94 | <!-- Data Source --> |
56 | 95 | <property key="sourceentity" type="entity" required="true" allowNonPersistableEntities="true"> |
57 | 96 | <caption>Chart Entity</caption> |
|
192 | 231 | <category>Settings</category> |
193 | 232 | <description>Amount of animation steps.</description> |
194 | 233 | </property> |
195 | | - <property key="animationEasing" type="string" required="true" defaultValue="easeOutBounce"> |
196 | | - <caption>Animation Easing</caption> |
197 | | - <category>Settings</category> |
198 | | - <description>Animation easing effect.</description> |
199 | | - </property> |
200 | 234 | <property key="animateRotate" type="boolean" required="true" defaultValue="true"> |
201 | 235 | <caption>Animate Rotate</caption> |
202 | 236 | <category>Settings</category> |
|
0 commit comments