-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Question]: Proper way to display filtered counts #204
Comments
I really like the initial design, and I would really only changed the colors to light-green / light-red. |
I am not going to lie - it took me a while to understand it fully. The most confusing part is Some few random ideas. Feel free to disregard, agree, cherry-pick or mix and match the ones you like:
|
I still strongly prefer the initial design, with two-tone progress bars along with the counts shown on the same line with at value-level. There is a bit of duplication of information, however both formats of presentation (counts and colored bar) show info from two slightly different perspective, and together they provide the complete picture of the available data
I would like to understand the reasons for considering alternative display formats - were there specific technical challenges/limitations/restrictions we cannot overcome with the initial design? Because I do not think any concern were brought up on this particular feature during the design phase. Lastly, I do not feel the newly proposed multi-color one-bar graphic will suit our user needs
I will defer to @pawelru comments on the technical suggestions. If needed, I think there can be few other tweaks to ease the technical implementation. For example, instead of adding the counts to choice label directly, perhaps the counts can be "drawn" as part of the horizontal bar graphics, but still shown on the same line as the label. Nonetheless, we should continue with the original design. |
We should try to avoid green-red color combo in consideration for color-blindness. Dark vs light contrast would be more suitable. |
good point
At this moment on the feature branch we have labels as html elements. Precisely this. Labels are independent of the shiny input ;)
Our plan is to disable "filtered counts" through api (set by developer on init) #188
No technical challenges anymore, this issue is created as people were confused (including Paweł now) when I put PR for the first time. I'm trying to dig into the reason and propose something or convince others that initial design is a right one. |
I also think it's confusing after #205 which is an improvement as it shows This is nicer as the labels do not depend on whether the boxes are checked - which is consistent with the old way of doing things (i.e. if you deselected M it did not replace (500) with (0) in the label). However some users may? think "the checkbox isn't working" -> I think we need some explanation i.e. above the checkboxes have some text saying what the labels mean. |
There were no questions or concerns voiced during our user group demo session, so let's simply stick with what we have implemented already. |
What is your question?
During refactor of the filter panel we lost little of confidence of how should we display filtered counts. Currently it looks like this:
Above counts present following information:
categorical
has 3 levelsHowever, there are some voices undermining current view as it's too complex etc.
There are some propositions, for example to exclude bars from the choices labels and display them somewhere else, for example like this one below. Solution is not complete yet, but showing that maybe we should place the counts somewhere else.
Looking for more ideas @insightsengineering/nest-core-dev
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: