diff --git a/x-pack/legacy/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js b/x-pack/legacy/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js index 2e0fc44a158ea..9db6f8f0a1c35 100644 --- a/x-pack/legacy/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js +++ b/x-pack/legacy/plugins/ml/public/application/timeseriesexplorer/components/timeseries_chart/timeseries_chart.js @@ -445,8 +445,6 @@ const TimeseriesChartIntl = injectI18n( }; this.selectedBounds = newSelectedBounds; } else { - // Don't set the brush if the selection is the full context chart domain. - this.setBrushVisibility(false); const contextXScaleDomain = this.contextXScale.domain(); const newSelectedBounds = { min: moment(new Date(contextXScaleDomain[0])),