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
}]

View File

@@ -41,12 +41,12 @@ Morris.Area({
labels: ['iPhone', 'iPad'],
pointSize: 3,
fillOpacity: 0,
pointStrokeColors:['#008cff', '#15ca20'],
pointStrokeColors:['#008cff', '#23ac2c'],
behaveLikeLine: true,
gridLineColor: '#e0e0e0',
lineWidth: 3,
hideHover: 'auto',
lineColors: ['#008cff', '#15ca20'],
lineColors: ['#008cff', '#23ac2c'],
resize: true
});
@@ -67,7 +67,7 @@ Morris.Area({
value: 20
}],
resize: true,
colors:['#008cff', '#15ca20', '#fd3550']
colors:['#008cff', '#23ac2c', '#fd3550']
});
// Morris bar chart
@@ -112,7 +112,7 @@ Morris.Area({
xkey: 'y',
ykeys: ['a', 'b', 'c'],
labels: ['A', 'B', 'C'],
barColors:['#008cff', '#15ca20', '#75808a'],
barColors:['#008cff', '#23ac2c', '#75808a'],
hideHover: 'auto',
gridLineColor: '#eef0f2',
resize: true
@@ -153,7 +153,7 @@ Morris.Area({
],
lineColors: ['#008cff', '#15ca20'],
lineColors: ['#008cff', '#23ac2c'],
xkey: 'period',
ykeys: ['iphone', 'ipad'],
labels: ['Site A', 'Site B'],