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

Sample drilldown...but uses highcharts :/ #6774

Closed
pavitran777 opened this issue Jan 29, 2019 · 13 comments
Closed

Sample drilldown...but uses highcharts :/ #6774

pavitran777 opened this issue Jan 29, 2019 · 13 comments

Comments

@pavitran777
Copy link
Contributor

pavitran777 commented Jan 29, 2019

Multiple chart drilldown

multi_chart_drilldown

Single chart drilldowns

single_chart_drilldown_column

single_chart_drilldown_pie

@XuanmoFeng
Copy link

Why not use echarts? Why not use D3?
Highcharts is not free

@pinky884
Copy link

pinky884 commented Feb 25, 2019

@pavitranrambo Is this available in superset already? I have a requirement to create drill down graph using superset but I am not seeing HighColumn Chart in the visualization type. How can I create drill down? Can you please help me with steps.

@zpanderson
Copy link

+1 on this. This is one feature that I'm missing to move from PowerBI to Superset.

@xwydq
Copy link

xwydq commented Apr 26, 2019

@pavitranrambo Is this available demo for your display? that is great!

@nisanth456
Copy link

please mention github code change for drill down

@GunaSekhar1420
Copy link

Is this feature available in superset in the latest version?? If not, It would be great to know how to implement it.

@maltoze
Copy link
Contributor

maltoze commented Sep 28, 2019

Cool

@fzhan
Copy link

fzhan commented Sep 3, 2021

How can we create drill down charts like you have presented @pavitranrambo

@junlincc
Copy link
Member

@pavitranrambo hey! This is super cool and we would like to bring it into superset but with Ecahrts. If you are interested in contributing or collaborating. please let me know! 🙏

@junlincc junlincc reopened this Sep 30, 2021
@mistercrunch
Copy link
Member

Do you refetch from the database or bring the drilldown data upfront? How do you know which dimension to drill into? What if there are multiple hierarchies?

@mistercrunch
Copy link
Member

mistercrunch commented Sep 30, 2021

My take on "drill"-type interactions (drill down, drill through, drill across) is that we'll need a context-menu (or similar) since it's impossible to guess what the user expects or wants. Maybe there's a guessed interaction on a double-click, but we still need a context menu for the other interactions.

Also I prefer a drill-across-first approach, since drill down requires upfront hierarchy semantics. Drill across allows to filter-and-pivot to any other dimension, which offers much more possibilities than the predefined hierarchies.

Also note that alternate hierarchies (multiple paths to drill down into, state->zipcode or state->city) are a real thing and we need to think about what we do when they exist. We also need to think about where and how these hierarchy semantics are defined, but I'm thinking most likely in the dataset editor.

Some screenshots from google image search on "drill context menu" to show the kind of complexity we're dealing with:
Screen Shot 2021-09-30 at 8 28 15 AM
Screen Shot 2021-09-30 at 8 28 02 AM
Screen Shot 2021-09-30 at 8 27 36 AM
Screen Shot 2021-09-30 at 8 27 24 AM
Screen Shot 2021-09-30 at 8 27 19 AM

@graceguo-supercat
Copy link

Superset started to use eChart library.

@micaimanong1
Copy link

@pavitranrambo hey! This is super cool and we would like to bring it into superset but with Ecahrts. If you are interested in contributing or collaborating. please let me know! 🙏

Hello, is the code of this feature merged into master? Will the community develop the drill? How long will it be released?thanks.

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

No branches or pull requests