Dashboard could be present on full screen mode. The dashboard would be perfect to show on larger screen (i.e. tv)
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
Most helpful comment
This used to work by adding a get parameter
?standalone=truein the URL, fix here:https://github.com/apache/incubator-superset/pull/3284