Hello,
I am super newb so any help is appreciated. This is my first time using Dash and Plotly_Express and I am graphing different performance statistics captured by an application over the course of a 24 hour period. There are multiple graphs that are grouped into categories like cpu, network, io etc.
I am able to create the graphs, but the labels in my legend are all different lengths which then causes the physical size of my graph to change to accommodate the size of those legend names.
The end result is the timestamps dont line up on the page which is something I need to achieve.
the X axis of each graph needs to be the same length, which means the timestamps will all line up and then it will be great to view.
Pls help