@etjkai wrote:
IтАЩm referring to the CSS layouts of the dash. IтАЩve extracted the initial portion of the
app.layout
of the code. It renders correctly on my desktop, but not my work computer.I intend to have the 3 graphs in a single row, each graph taking up 4 columns. But this is only so on my desktop, and when I transfer the code to my work computer, all the graphs are vertically stacked.
className = "four columns"
is in thedcc.Graph
call, andclassName = "row"
is in thehtml.Div
callIтАЩm puzzled as to why there can be a different output, even with the same code. IтАЩve ensured that the package versions across both computers are the same.
Posts: 3
Participants: 2