Multiples of 8

This commit is contained in:
Jonathan Bobel
2024-08-08 16:30:34 -04:00
parent 28bc4befbe
commit a395ad0281

View File

@@ -21,7 +21,7 @@
var svg = d3.select("#totalMessageChart");
var width = chartContainer.clientWidth;
var height = 50;
var height = 48;
// Ensure the width is set correctly
if (width === 0) {