commit before branch switch

This commit is contained in:
Jonathan Bobel
2024-05-15 14:48:46 -04:00
parent dcc7679380
commit ccfc1166a7
6 changed files with 30 additions and 29 deletions

View File

@@ -1,26 +1,23 @@
(function (window) {
alert('loaded');
const ctx = document.getElementById('myChart');
const ctx = document.getElementById('myChart');
new Chart(ctx, {
type: 'bar',
data: {
labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],
datasets: [{
label: '# of Votes',
data: [12, 19, 3, 5, 2, 3],
borderWidth: 1
}]
},
options: {
scales: {
y: {
beginAtZero: true
}
}
new Chart(ctx, {
type: 'bar',
data: {
labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],
datasets: [{
label: '# of Votes',
data: [12, 19, 3, 5, 2, 3],
borderWidth: 1
}]
},
options: {
scales: {
y: {
beginAtZero: true
}
});
});
}
}
});
})(window);

View File

@@ -4,8 +4,8 @@
const data = {
messageStats: {
totalMessages: 1000,
delivered: 820,
pending: 80,
delivered: 520,
pending: 280,
failed: 100
},
dailyUsage: {