damodhar-admin opened a new issue, #36377:
URL: https://github.com/apache/superset/issues/36377
### Bug description
Hi,
I am embedding a Superset dashboard using a permalink inside an iframe:
<iframe
src="https://<your-domain>/superset/dashboard/p/<permalink>/?standalone=1"
width="100%" height="900">
</iframe>
The dashboard loads correctly, but inside the embedded view, every chart
still shows the 3-dots action menu (Edit Chart, View Query, Share, Export,
etc.).
I want the embedded dashboard to be fully read-only, so that users cannot
see any edit or query options.
What I tried:
> Using standalone=1 / 2 / 3
> Using permalink URL and normal dashboard URL
> Setting allowed domains in Embed settings
> Testing in incognito (not logged in)
Still the chart action menu appears.
Request;
What is the correct way to hide the chart action menu (3-dots) when
embedding a Superset dashboard in an iframe?
Is iframe embed supported for read-only mode, or should I use the Embedded
SDK + guest token?
Thanks.
<img width="1274" height="320" alt="Image"
src="https://github.com/user-attachments/assets/ebaf3173-cc81-48bf-8c6e-8dd1a5495b66"
/>
### Screenshots/recordings
_No response_
### Superset version
master / latest-dev
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [ ] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [ ] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [ ] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]