From f66db8a3496e441ae220fd45c5f1cd1aac949369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Wed, 18 Jan 2017 14:35:04 -0500 Subject: [PATCH] load frames in test dashboard --- devtools/test_dashboard/devtools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/test_dashboard/devtools.js b/devtools/test_dashboard/devtools.js index 104c759d024..1fcb05f0c5f 100644 --- a/devtools/test_dashboard/devtools.js +++ b/devtools/test_dashboard/devtools.js @@ -58,7 +58,7 @@ var Tabs = { var mockURL = '/test/image/mocks/' + mockName + '.json'; d3.json(mockURL, function(err, fig) { - Plotly.plot(Tabs.fresh(id), fig.data, fig.layout); + Plotly.plot(Tabs.fresh(id), fig); console.warn('Plotting:', mockURL); });