[feature][dashboard] Show/hide filter indicator on the applicable charts when filter options are open/close (#8166)

* show ellipsis for long filter name in tooltip

* show filter indicator color bar when filter is applied

* show/hide filter indicator when filter is showing/hiding options

* use component local state to hide/show chart outline

* fix review comments + unit tests
This commit is contained in:
Grace Guo
2019-09-10 15:29:13 -07:00
committed by GitHub
parent 296f3e81a7
commit b4a1234670
28 changed files with 375 additions and 54 deletions

View File

@@ -29,4 +29,5 @@ export default {
isStarred: true,
isPublished: true,
css: '',
focusedFilterField: [],
};