Skip to content

Commit f66db8a

Browse files
committed
load frames in test dashboard
1 parent 4f00c99 commit f66db8a

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)