mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
[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:
@@ -34,6 +34,7 @@ describe('FilterIndicatorsContainer', () => {
|
||||
filterImmuneSlices: [],
|
||||
filterImmuneSliceFields: {},
|
||||
setDirectPathToChild: () => {},
|
||||
filterFieldOnFocus: {},
|
||||
};
|
||||
|
||||
colorMap.getFilterColorKey = jest.fn(() => 'id_column');
|
||||
|
||||
Reference in New Issue
Block a user