Superset Genral Doubt version 6 #41663
Replies: 1 comment 2 replies
-
|
The disparity you're seeing is an architectural decision, not a configuration choice. There are no feature flags or Here's why: Superset doesn't directly expose the ECharts library to users. Instead, each chart type is implemented as a dedicated plugin class (extending
All available ECharts plugins are registered in There is a To add a new ECharts chart variant, you would need to write code:
So to directly answer your question: what you see is all that's currently supported out of the box in Superset. Expanding it requires development work rather than configuration. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm exploring the ECharts visualizations in Apache Superset v6 and noticed that Apache ECharts itself provides many line chart variants and other chart types, while in Superset version 6 when exposes only a smaller subset (for example, only a couple of line chart options etc comapared to whats in the apache E charts).
I have a few questions:
Is there a way to enable additional Apache ECharts chart types or line chart variants in Superset v6.0.0 through feature flags, [superset_config.py] or any other configuration?
Or is this the there only that many supported line charts in apache superset version 6?
I'm trying to understand whether the disparity between the Apache ECharts examples and the charts available in Superset is a configuration choice or an architectural limitation.
Beta Was this translation helpful? Give feedback.
All reactions