Closed rclement closed 1 year ago
Also the background color is lost when entering fullscreen and must be specified using the following selectors:
:fullscreen, ::backdrop {
background-color: #F8FAFB;
}
It would be useful to introduce a global dashboard setting configuration, such as:
dashboards:
my-dashboard:
settings:
allow_fullscreen: true
It would be nice for the dashboards to be allowed to toggle a fullscreen mode at the click of a button.
Here is a snippet to toggle fullscreen mode:
Instead of
document.body
it is more advisable to select a sub-section of the page to be made fullscreen: for instance, it could be only the central dashboarding part (title, description, filters, chart grid) without header nor footer.