I cba with this commit message tbh

This commit is contained in:
Hickmeister
2025-01-14 20:28:59 +00:00
parent a1aee4134c
commit a08c4eba3b
26 changed files with 1135 additions and 231 deletions

View File

@@ -72,11 +72,11 @@ $(function() {
label: 'Facebook',
data: [12, 30, 16, 23, 8, 14, 11],
backgroundColor: [
'#15ca20'
'#23ac2c'
],
tension: 0,
borderColor: [
'#15ca20'
'#23ac2c'
],
borderWidth: 3
}]
@@ -113,7 +113,7 @@ $(function() {
'#6f42c1',
'#d63384',
'#fd7e14',
'#15ca20',
'#23ac2c',
'#0dcaf0'
],
borderWidth: 1.5
@@ -146,7 +146,7 @@ $(function() {
'#6f42c1',
'#d63384',
'#fd7e14',
'#15ca20',
'#23ac2c',
'#0dcaf0'
],
borderWidth: 1
@@ -242,7 +242,7 @@ $(function() {
'#6f42c1',
'#d63384',
'#fd7e14',
'#15ca20',
'#23ac2c',
'#0dcaf0'
],
}]
@@ -372,7 +372,7 @@ var myChart = new Chart(ctx, {
label: 'Facebook',
data: [5, 30, 16, 23, 8, 14, 2],
backgroundColor: [
'#15ca20'
'#23ac2c'
],
fill: {
target: 'origin',
@@ -381,7 +381,7 @@ var myChart = new Chart(ctx, {
},
tension: 0.4,
borderColor: [
'#15ca20'
'#23ac2c'
],
borderWidth: 4
}]