csc5k edited a comment on issue #347: Feature: Drill down
URL: 
https://github.com/apache/incubator-superset/issues/347#issuecomment-410168628
 
 
   @rpwils my thinking is I have a bar chart that shows numbers grouped by some 
dimension, e.g. state (USA), and if I click on a bar for Georgia, I then see a 
bar chart where each bar is a city in Georgia. So you're basically applying a 
filter and then a lower-level group by
   
   If we're talking about doing it at the slice-level, think Bar Charts make 
the **most** sense here. Also the Country Map where I can drill from one admin 
level to a lower-level one, so you're essentially swapping shapefiles
   
   I've had clients want the entire dashboard to have this drill-in capability, 
so I have a series fo charts grouped by state, and then if I drill into a 
particular state, the entire dashboard is updated, so it's essentially a 
hyperlink from a dashboard summarized at the state level to a dashboard 
summarized at the city level with a filter applied for the state I select

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to