-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix updateChart() missing filter expressions map
When a filter is applied, updateChart() should not be called without the filter expression map. Replace method updateSearchFilters(), which computes the filter expression map and calls updateChart with the map if it applies, with method filterExpressionsMap() which only computes the map. This method is now always called to compute the parameter to be passed in updateChart(). Method _debouncedUpdateSearch() is removed, as _debouncedUpdateChart() can always be used instead. Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
- Loading branch information
1 parent
98da981
commit a5ddfb9
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters