add d3 and scale chromatic imports

This commit is contained in:
Colin Megill
2018-08-16 10:11:18 -04:00
parent 3087c173e6
commit 3c9de7be9e
8 changed files with 18 additions and 10 deletions

View File

@@ -5,6 +5,8 @@
******************************************
******************************************/
import * as d3 from "d3";
const setupScatterplot = (width, height, margin) => {
var container = d3.select("#scatterplot");