mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 19:30:13 -04:00
fixing console errors
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
var svg = d3.select("#totalMessageChart");
|
||||
var width = chartContainer.clientWidth;
|
||||
var height = 64;
|
||||
console.log('update')
|
||||
|
||||
svg.attr("width", width).attr("height", height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user