Skip to content

Commit 1aa9a36

Browse files
committed
put d3 in test dashboard global scope
1 parent db9fd34 commit 1aa9a36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devtools/test_dashboard/devtools.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
var Fuse = require('fuse.js');
22
var mocks = require('../../build/test_dashboard_mocks.json');
33

4+
// put d3 in window scope
5+
var d3 = window.d3 = Plotly.d3;
46

57
// Our gracious testing object
68
var Tabs = {

0 commit comments

Comments
 (0)