Passed the testing threshold

This commit is contained in:
Jonathan Bobel
2024-06-27 14:12:53 -04:00
parent 0a17aaad0d
commit 731a79fff8
3 changed files with 123 additions and 60 deletions

View File

@@ -212,10 +212,6 @@
failedData.push(data[dateString].sms.failure !== undefined ? data[dateString].sms.failure : 0);
}
console.log('Formatted labels:', labels); // Log the formatted labels
console.log('Delivered data:', deliveredData); // Log the delivered data
console.log('Failed data:', failedData); // Log the failed data
createChart('#weeklyChart', labels, deliveredData, failedData);
createTable('weeklyTable', 'Weekly', labels, deliveredData, failedData);
});