Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selection filter cannot be removed if the value is not shown #84

Open
AronVanAmmers opened this issue May 15, 2017 · 0 comments
Open

Selection filter cannot be removed if the value is not shown #84

AronVanAmmers opened this issue May 15, 2017 · 0 comments

Comments

@AronVanAmmers
Copy link
Member

Selection filters can be added by clicking bars in the chart. For example, if the category chart shows categories A, B and C, we can click on category B. The selection filter "category B" is then applied to the other charts. To remove this filter, we click the bar again.

By applying and removing multiple selection filters in sequence, it is however possible to end up in a situation where the selection filter is not shown in the chart anymore, and the user is hence unable to click it. The selection filter can then not be removed. Only by applying the same set of filters again, can the filter be removed.

Example. Here the selection filter Service: CHILDRENS AND EDUCATION SERVICES is applied. We click the bar in Supplier for St Helens Council - EUROPEAN CARE & LIFESTYLES (UK) LTD.

image

This selection filter for Supplier has now been applied. Now we click the bar in Service for CHILDRENS AND EDUCATION SERVICES to remove that selection filter:

image

Now there's still a selection filter for Supplier: EUROPEAN CARE & LIFESTYLES (UK) LTD active. But this supplier is not visible in the chart anymore. We can't remove it (without reapplying another filter to make the bar visible again):

image

Suggested approach: add an explicit removal button for selection filters in the applicable chart. So in the example case in the Supplier chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant