Dash Graph display on Full Screen

I want to display my graph (dcc.Graph() ) component as output on full screen and return back to Dashboard on closing the full screen.

2 Likes

+1! Got hear from Google when I searched for the feature

Are there any solutions to display the graph on full screen and return back to Dashboard on closing the full screen?

1 Like

Iā€™m also interest in this feature, with no luck so far, did you find a solution anywhere?

Hello bongi,
I found a solution. I am using the component modal from dbc.
In the modal body is a html.div with an id. The style of the modal I customized so that it is close to a full screen. In the first image is the modal defined for the full sreen.


With the middle buttun in the right upper corner of the picture, the modal will pop up in full screen mode.

If the button is clicked, the graph will be returned to the html.div of the modal. If the modal is closed the graph will be returned in the html.div of the normal layout

I close the modal with the button in the upper left corner.

I hope this solution will help you.

Hello Schimmp! Is there any possibilities that you publish the full code? And not as an image but in writing?

+1. I have the same problem. How to make a full-screen graph display