Skip to content
Prev Previous commit
Next Next commit
expose d3 in test dashboard window scope
  • Loading branch information
etpinard committed Jan 27, 2016
commit a08332d4c522256ae80b4969b8b2a538346a4487
2 changes: 2 additions & 0 deletions devtools/test_dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
return graphDiv;
}
};

var d3 = Plotly.d3;
</script>

</body>
Expand Down