Add possibility to show ALL chart description by default in Superset dashboard #22724
andreabrumana
started this conversation in
Ideas
Replies: 5 comments 6 replies
|
This is great idea for a feature. I'd also like to see, for when someone is specifying individual charts, if there's a way to just list slice IDs instead of typing the |
0 replies
|
Where can i find this .json metadata file |
1 reply
|
Now I wonder if we could go one farther and set a Superset-wide config variable that would apply across dashboards to default showing a chart description to true. |
0 replies
|
How about having an information icon displayed on the chart by default—showing a tooltip with the description on hover—while hiding the icon if the description display is enabled? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Background
Chart description are very useful in order to inform stakeholders about the data shown in charts. Superset allows the possibility of inserting a description, that is not shown by default. In order to show it, one can:
expanded_slicesastrue, for the specifiedchart_ids(as a dashboard developer).Feature request
Since may happen that we have a lot of charts and that new charts can be added to the dashboard, there should be a a possibility to set
expanded_slice:truefor ALL charts present in the dashboard, without the need of making it explicit this chart by chart.All reactions