fixing console errors

This commit is contained in:
Beverly Nguyen
2024-08-07 15:33:08 -07:00
parent 4bfbd9f71f
commit 5797e989fd

View File

@@ -28,7 +28,6 @@
throw new Error('Chart container width is 0, cannot set SVG width.');
}
svg.attr("width", width).attr("height", height);
var x = d3.scaleLinear()