mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
id update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var canvas = document.getElementById('myChart');
|
||||
var canvas = document.getElementById('totalMessageChart');
|
||||
var ctx = canvas.getContext('2d');
|
||||
// Set explicit dimensions for the canvas
|
||||
canvas.width = canvas.parentElement.clientWidth;
|
||||
|
||||
Reference in New Issue
Block a user