Hotfix synchronization. Small quick fix. Reviewed by Watts while pairing.
parent
4330d43c7a
commit
177d81b21e
|
@ -207,7 +207,7 @@ class DashboardPage extends Component {
|
|||
if (
|
||||
dashboard &&
|
||||
dygraphs.length === graphsToSync.length &&
|
||||
dashboard.cells.length > 1
|
||||
dygraphs.length > 1
|
||||
) {
|
||||
Dygraph.synchronize(dygraphs, {
|
||||
selection: true,
|
||||
|
|
Loading…
Reference in New Issue