@@ -114,7 +114,7 @@
}
- const ctx = document.getElementById('historyChart');
+ const ctx = document.querySelector('#historyChart');
new Chart(ctx, {
type: 'bar',