@dhis2/analytics 28.1.0 → 28.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -194,7 +194,7 @@ function _default({
|
|
|
194
194
|
}
|
|
195
195
|
(_series = series) === null || _series === void 0 ? void 0 : _series.forEach(seriesObj => {
|
|
196
196
|
// animation
|
|
197
|
-
seriesObj.animation = {
|
|
197
|
+
seriesObj.animation = extraOptions.dashboard ? false : {
|
|
198
198
|
duration: getAnimation(extraOptions.animation, DEFAULT_ANIMATION_DURATION)
|
|
199
199
|
};
|
|
200
200
|
});
|
|
@@ -187,7 +187,7 @@ export default function ({
|
|
|
187
187
|
}
|
|
188
188
|
(_series = series) === null || _series === void 0 ? void 0 : _series.forEach(seriesObj => {
|
|
189
189
|
// animation
|
|
190
|
-
seriesObj.animation = {
|
|
190
|
+
seriesObj.animation = extraOptions.dashboard ? false : {
|
|
191
191
|
duration: getAnimation(extraOptions.animation, DEFAULT_ANIMATION_DURATION)
|
|
192
192
|
};
|
|
193
193
|
});
|