Incubator-superset: Widgets or embed dashboards

Created on 5 Apr 2016  路  8Comments  路  Source: apache/incubator-superset

As in Kibana, is there anyway to embed the dashboard in some 3rd party sites?

request

Most helpful comment

Is there a way to embed slices on a web page without requiring authentication for viewers?

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

XiaodiKong picture XiaodiKong  路  3Comments

josephtyler picture josephtyler  路  3Comments

dinhhuydh picture dinhhuydh  路  3Comments

vylc picture vylc  路  3Comments

ghost picture ghost  路  3Comments