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); });