-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Drill down charts #640
Comments
Can you show us an example of what you want echarts4r to do? |
https://www.appsilon.com/post/echarts4r-tutorial-drill-down-bar-chart-in-shiny Here is an example with drill-down chart but I would like to know if we can do the same without using shiny. Thanks in advance. |
My first thought is to use the e_morph() functionality for this purpose. It makes it possible to switch from chart to chart. And that is basically what you want, if I understand your correctly. |
Really appreciate your suggestion. Not exactly what I seek but that may help. I'll wait for another suggestion. |
Just curious, Why exaclty isn't e_morph() a solution to your problem. |
Hi, Here is what I would like: tibble( Then:
tibble(
tibble( I would also want to add a "back to original chart" button. |
https://echarts.apache.org/examples/en/editor.html?c=bar-multi-drilldown Anyone has any idea about reproducing this? |
Hi everyone,
I would like to know if it's possible to make a drill down charts without using shiny? Could you please give me a simple example if possible. Thanks in advance.
The text was updated successfully, but these errors were encountered: