Skip to content

Commit 54b2f14

Browse files
authored
[ML] persist the brush when expanded to full width (#54020)
1 parent 3953c90 commit 54b2f14

File tree

1 file changed

+0
-2
lines changed
  • x-pack/legacy/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart

1 file changed

+0
-2
lines changed

x-pack/legacy/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,6 @@ const TimeseriesChartIntl = injectI18n(
445445
};
446446
this.selectedBounds = newSelectedBounds;
447447
} else {
448-
// Don't set the brush if the selection is the full context chart domain.
449-
this.setBrushVisibility(false);
450448
const contextXScaleDomain = this.contextXScale.domain();
451449
const newSelectedBounds = {
452450
min: moment(new Date(contextXScaleDomain[0])),

0 commit comments

Comments
 (0)