You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This is to pass series to BaseChart bypassing the wrappers like LineChart, AreaChart etc.
136
136
*/
137
137
additionalSeries?: SeriesOption[];
138
+
/**
139
+
* Whether animations are enabled for the entire chart. If animations are enabled overall, this will cause ZRender to occasionally attempt to run animations and call `requestAnimationFrame` which might cause UI stutter.
140
+
*/
141
+
animation?: boolean;
138
142
/**
139
143
* If true, ignores height value and auto-scales chart to fit container height.
0 commit comments