Incubator-superset: Full screen support for dashboard

Created on 14 Feb 2017  路  4Comments  路  Source: apache/incubator-superset

Dashboard could be present on full screen mode. The dashboard would be perfect to show on larger screen (i.e. tv)

Most helpful comment

This used to work by adding a get parameter ?standalone=true in the URL, fix here:
https://github.com/apache/incubator-superset/pull/3284

All 4 comments

Isn't full screen mode a browser feature? What's not working?

It would be a nice feature if you could hide the navigation and maybe hide or shrink the dashboard title. So I can use the dashboard for a big screen in the office.

You could add some CSS to the board that removes the top navigantion bar, i.e.,

.top 
{
    display : none;
}

I suppose the other changes can be done this way as well.

This used to work by adding a get parameter ?standalone=true in the URL, fix here:
https://github.com/apache/incubator-superset/pull/3284

Was this page helpful?
0 / 5 - 0 ratings