mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
fixing console errors
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
throw new Error('Chart container width is 0, cannot set SVG width.');
|
throw new Error('Chart container width is 0, cannot set SVG width.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
svg.attr("width", width).attr("height", height);
|
svg.attr("width", width).attr("height", height);
|
||||||
|
|
||||||
var x = d3.scaleLinear()
|
var x = d3.scaleLinear()
|
||||||
|
|||||||
Reference in New Issue
Block a user