fix: remove commented-out lines

This commit is contained in:
Julian Lam
2026-04-08 10:47:12 -04:00
parent fed7bd704c
commit 0956eba08a

View File

@@ -60,8 +60,6 @@ async function updateCharts() {
function initializeCharts() {
const receivedCanvas = document.getElementById('received');
const sentCanvas = document.getElementById('sent');
// const topicsCanvas = document.getElementById('topics:daily');
// const postsCanvas = document.getElementById('posts:daily');
if (utils.isMobile()) {
Chart.defaults.plugins.tooltip.enabled = false;
@@ -106,8 +104,6 @@ function initializeCharts() {
receivedCanvas.width = $(receivedCanvas).parent().width();
sentCanvas.width = $(sentCanvas).parent().width();
// topicsCanvas.width = $(topicsCanvas).parent().width();
// postsCanvas.width = $(postsCanvas).parent().width();
const chartOpts = {
responsive: true,