mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixes the data binding of focusForecastData to renderFocusChart(). An update to focusForecastData in MlTimeSeriesExplorerController wasn't correctly picked up by the directive mlTimeseriesChart because the relevant data wasn't being watched.
This commit is contained in:
parent
26af244d0e
commit
4136cd72e2
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ module.directive('mlTimeseriesChart', function (
|
|||
drawContextChartSelection();
|
||||
});
|
||||
|
||||
scope.$watchCollection('focusForecastData', renderFocusChart);
|
||||
scope.$watchCollection('focusChartData', renderFocusChart);
|
||||
scope.$watchGroup(['showModelBounds', 'showForecast'], renderFocusChart);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue