mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
05abb4734b
commit
ee5dbdcfb2
1 changed files with 0 additions and 2 deletions
|
@ -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])),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue