Skip to content

Commit 0435c78

Browse files
authored
Merge pull request #1313 from plotly/dashboard-frames
load frames in test dashboard
2 parents 4f00c99 + f66db8a commit 0435c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/test_dashboard/devtools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var Tabs = {
5858
var mockURL = '/test/image/mocks/' + mockName + '.json';
5959

6060
d3.json(mockURL, function(err, fig) {
61-
Plotly.plot(Tabs.fresh(id), fig.data, fig.layout);
61+
Plotly.plot(Tabs.fresh(id), fig);
6262

6363
console.warn('Plotting:', mockURL);
6464
});

0 commit comments

Comments
 (0)