download actions for charts #43642
Replies: 1 comment 2 replies
|
No, this isn't possible out of the box. Superset's download controls are gated by role permissions and feature flags, not by chart/viz type, so you can't natively allow "Download as image" on Bar/Line charts while hiding it on Tables. Here's how the Download menu on a dashboard chart works:
So Two things worth knowing:
To get exactly the behavior you're describing (image download disabled on Table only, enabled on Bar/Line), you'd need to customize the frontend — specifically, patch Would you like me to dig into what that frontend change would look like? To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Uh oh!
There was an error while loading. Please reload this page.
i have embedded superset dashboard where the role only has can read on chart , can read on dashboard , can read rls , can csv on superset these permissions , can i specifically remove download as options from specfic chart type
like i do not want to give download as image option for tables but i want to give it for bar/line charts.
@dosu
All reactions