We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9fd34 commit 1aa9a36Copy full SHA for 1aa9a36
devtools/test_dashboard/devtools.js
@@ -1,6 +1,8 @@
1
var Fuse = require('fuse.js');
2
var mocks = require('../../build/test_dashboard_mocks.json');
3
4
+// put d3 in window scope
5
+var d3 = window.d3 = Plotly.d3;
6
7
// Our gracious testing object
8
var Tabs = {
0 commit comments