junlincc opened a new issue #11582: URL: https://github.com/apache/incubator-superset/issues/11582
we recently implemented new dashboard filter indicator to replace the old "teeth" design, with the purpose of providing better simplicity and improving consistency in dashboard. Main changes as follow: - State A No Filters Scope When no filters are scoped on the chart, there is no indicator - State B Filters Scoped, Not Applied When there are no applied filters, the indicator is just the filter icon - State C Filter Applied When filters are applied, the indicator shows the number of applied filters - State D Some Incompatible Filters When there are incompatible filters, the indicator turns yellow and shows applied filters as well as incompatible filters. <img width="1425" alt="Screen Shot 2020-11-05 at 10 46 12 AM" src="https://user-images.githubusercontent.com/67837651/98283225-2a295d80-1f54-11eb-8947-8634b35a8244.png"> As we moved the indicator inside of the chart area, one minor change we made is we applied fixed height and width on the chart title to avoid title and indicator overlapping and to create better visual alignment. This minor change has caused some usability problems to users whose charts have long titles. Chart titles can't be entirely shown in this implementation. We are working on the enhancement currently, and I apologize for all the inconvenience. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
