We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d67aa commit c53c8a6Copy full SHA for c53c8a6
src/state/chart_state.ts
@@ -873,6 +873,9 @@ export class ChartStore {
873
this.annotationDimensions.replace(updatedAnnotationDimensions);
874
875
this.canDataBeAnimated = isChartAnimatable(seriesGeometries.geometriesCounts, this.animateData);
876
+ // temporary disabled until
877
+ // https://github.com/elastic/elastic-charts/issues/89 and https://github.com/elastic/elastic-charts/issues/41
878
+ this.canDataBeAnimated = false;
879
this.initialized.set(true);
880
}
881
0 commit comments