mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Multiples of 8
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
var svg = d3.select("#totalMessageChart");
|
var svg = d3.select("#totalMessageChart");
|
||||||
var width = chartContainer.clientWidth;
|
var width = chartContainer.clientWidth;
|
||||||
var height = 50;
|
var height = 48;
|
||||||
|
|
||||||
// Ensure the width is set correctly
|
// Ensure the width is set correctly
|
||||||
if (width === 0) {
|
if (width === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user