Skip to content

Commit

Permalink
[ML] fix focus chart
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Mar 31, 2020
1 parent 0832ca8 commit f5a00e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export class TimeSeriesExplorer extends React.Component {
focusAggregationInterval,
selectedForecastId,
modelPlotEnabled,
entityControls.filter(entity => entity.fieldValue.length > 0),
entityControls.filter(entity => entity.fieldValue !== null),
searchBounds,
selectedJob,
TIME_FIELD_NAME
Expand Down

0 comments on commit f5a00e4

Please sign in to comment.