mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -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
660d01c33a
commit
c7c27f3ab7
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,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