Bar chart drill-by should subset data #36766
anbitrifork
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Circling back on this one. Jay took a swing at it in #36901, and the discussion there landed on @michael-s-molina's suggestion: rather than special-casing the bar chart, let the user pick what to consider when drilling (the clicked bar's x value, the series value, or both), same pattern as |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Today, when you click drill-by on a bar chart, the chart changes dimension to the new selected dimension, but data is not filtered in relation to the bar, you clicked.
User story:
I have a bar chart showing 10 bars, one for each country. I click on bar for 'Germany' and choose drill-by city.
I expect to see a bar chart of German cities, but instead I get a bar chart of all cities in the data set (cities from all 10 countries).
It would be more intuitive to have the data set filtered respectively to the bar, that you clicked. In fact, the pie chart works exactly this way.
All reactions