We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f00c99 + f66db8a commit 0435c78Copy full SHA for 0435c78
devtools/test_dashboard/devtools.js
@@ -58,7 +58,7 @@ var Tabs = {
58
var mockURL = '/test/image/mocks/' + mockName + '.json';
59
60
d3.json(mockURL, function(err, fig) {
61
- Plotly.plot(Tabs.fresh(id), fig.data, fig.layout);
+ Plotly.plot(Tabs.fresh(id), fig);
62
63
console.warn('Plotting:', mockURL);
64
});
0 commit comments