Dont resize while updating dcc.Graph Dash 2.5.1

Hii,

I’m working on a data visualization problem; for now with dcc intervall I’m able to always show the last value of my MySql DB and that answer to my need but it added a new problem, which is if i’m resizing the graph to see better my courves dcc.Intervall will remake it in a default size while i need that costum resize to understand some moment of my plot.

For some components (dash_mantine_components) I could have a parameter that store a session state for the components and that type of solution I’m actually looking for.

For the graphic I use dash_mantine_components dash.dcc html if it can helps somehow.

Thanks to those who will take time to help me.

costum resize :

default resize :