Integrating the apache echarts into my superset4 app #34101
Replies: 1 comment 1 reply
-
Superset 4.0 already includes built-in support for Apache ECharts through a wide range of official plugins—like EchartsPieChart, EchartsAreaChart, EchartsTimeseries, Gantt, Treemap, Funnel, Sunburst, and more. These are available out of the box in the visualization options, so you don’t need to do any extra integration to use ECharts chart types in your dashboards or Explore UI. You can see the full list of ECharts plugins in the codebase here. If you want to customize ECharts visualizations beyond what’s available in the UI, you’ll need to modify the frontend code—specifically the For creating new ECharts-based chart types or advanced customizations, Superset supports custom visualization plugins. The official docs cover this process in detail, including using the Yeoman generator to scaffold new plugins:
Let me know if you’re looking for something more specific, like extending an existing ECharts chart or building a brand new one! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a superset app running, I am looking for an option to integrate charts from apache echarts into my superset4.0.
Can someone please help me if there are steps listed down anywhere to do this or some documentation available?
Beta Was this translation helpful? Give feedback.
All reactions