As in Kibana, is there anyway to embed the dashboard in some 3rd party sites?
There's a standalone mode for individual slices, but not for the dashboard currently. You could try hiding the menu in the dashboard's CSS and "iframing" it as is.
Is the standalone mode for slices documented anywhere?
Its a somewhat obvious button on the explore view.
Is there a way to embed slices on a web page without requiring authentication for viewers?
@jwthomp you'd have to allow set the flag to allow public users and add the datasource to the public role. As for embedding the dashboard, you can alter the CSS of the dashboard to hide the Caravel menu.
Hello,
Has there been new changes to use the dashboards standalone since ?
Either as a widget or embeded?
You can embed Dashboard in an iframe, How? for that you have to add a parameter in iframe src URL: "&standalone=true" or if there are no '?' in URL then add ?standalone=true. it will disable menu bar from the dashboard.
Few related issues to watch #2571, #3201, #5692 & https://github.com/apache/incubator-superset/projects/4#card-12531556
Most helpful comment
Is there a way to embed slices on a web page without requiring authentication for viewers?