How to create a drill down graph using apache superset?
Asked Answered
C

4

9

Is it possible to create a drill down graph with apache superset? Say for example - population of all countries and onclick of a country, population of all states within that country should be drawn and onclick of state, population of state should be drawn. Can someone help me with steps/tips to create this using apache superset as I did not find any example/option to create the same.

Cerussite answered 21/2, 2019 at 7:18 Comment(0)
A
1

There is a walkthrough on this from ApacheCon Asia 2022 on youtube - https://www.youtube.com/watch?v=7YnpKLZ1PRM More than I can summarize here for you

Antilepton answered 2/12, 2022 at 16:18 Comment(1)
The video is about idea how to implement drill down feature and its challenges. It does not provide a working solution.Philhellene
P
2

Preset, which uses Apache Superset, has implemented a feature for Drilling to Chart details. You can find more information about it here: https://docs.preset.io/docs/drilling-to-chart-details

There is also a pull request for a drill down prototype but I don't think it was integrated to Superset, according to the comments. https://github.com/apache/superset/pull/14688

Including this article link here in case anyone finds it helpful (How to implement a custom drill down): https://www.tetranyde.com/blog/superset-viz-plugin-custom

Pear answered 12/1, 2023 at 4:38 Comment(0)
K
1

Please see the response of mistercrunch (one of the creators of Apache Superset) below or here: https://github.com/apache/incubator-superset/issues/2890.

Drill down assumes the framework is aware of hierarchies which Superset isn't at the moment. We encourage our users to slice and dice by entering the explore mode, applying filters and altering the "Group By" field which is pretty easy and very flexible. It's an open field instead of a guided flow.

Kassab answered 15/4, 2019 at 15:12 Comment(0)
A
1

There is a walkthrough on this from ApacheCon Asia 2022 on youtube - https://www.youtube.com/watch?v=7YnpKLZ1PRM More than I can summarize here for you

Antilepton answered 2/12, 2022 at 16:18 Comment(1)
The video is about idea how to implement drill down feature and its challenges. It does not provide a working solution.Philhellene
R
-9

It is possible by using custom JavaScript and charts.

Roberge answered 10/4, 2019 at 3:43 Comment(2)
please share exampleSchmitz
This is not an answer.Telling

© 2022 - 2024 — McMap. All rights reserved.