Hello,
Is there a way to change the width of the dashboard using python ?
Currently, I only found this:
stacked_dboard[‘layout’][‘size’] = 3000
in the following link: https://plot.ly/python/create-online-dashboard/
However, this only change the length, not the width.
Thxs