mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ML] Enable cell range selection. (#18920)
This re-enables the feature flag to support selecting a range of cells in the anomaly explorer. Follow-ups to this PR will tackle limiting the allowed cells to select to avoid problems with too wide selections.
This commit is contained in:
parent
0d3df613de
commit
79c4d4ef09
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const module = uiModules.get('apps/ml');
|
|||
import { listenerFactoryProvider } from 'plugins/ml/factories/listener_factory';
|
||||
|
||||
module.service('mlExplorerDashboardService', function () {
|
||||
this.allowCellRangeSelection = false;
|
||||
this.allowCellRangeSelection = true;
|
||||
|
||||
const listenerFactory = listenerFactoryProvider();
|
||||
const dragSelect = this.dragSelect = listenerFactory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue