You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display unselected dashboards in height 0 divs (#902)
Previously, containers of unselected dashboards would not be displayed
(They are set to `display:none;`). We now "display" unselected
dashboards within a container of max-height 0, effectively hiding it,
but also allowing Plottable logic to obtain correct container
measurements. Fixes#554.
Test Plan (for Chrome and Firefox):
Run mnist_with_summaries.py and start TensorBoard. Switch from the
scalars to the images dashboard. Toggle the train run. Navigate back to
the scalars dashboards. Note that no line charts are degenerate.
0 commit comments