datavisyn / visyn_core

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

feat(vis): focus facet selector for bar chart #420

Closed thinkh closed 1 month ago

thinkh commented 1 month ago

Closes #419

Developer Checklist (Definition of Done)

Issue

UI/UX/Vis

Code

PR

Summary of changes

Screenshots

bar-chart-focus-facet.webm

image

image

Additional notes for the reviewer(s)

The flag showFocusFacetSelector in the bar config is disabled by default and needs to be enabled on demand. We can decide whether or not to show it by default.


Thanks for creating this pull request 🤗

thinkh commented 1 month ago

We still need to test and add some error handling if the focus index is invalid (as for example in an old session).