This commit is contained in:
Notoric 2024-06-11 01:21:02 +01:00
parent 1bc6b50727
commit e9b9a04a70
2 changed files with 4 additions and 4 deletions

View File

@ -353,7 +353,7 @@ header nav a {
display: flex;
height: 1px;
background-color: #888;
width: 500%;
width: calc(500% + 20px);
transform: translateY(5px);
}
}

View File

@ -161,10 +161,10 @@
data: {
labels: labels,
datasets: [{
label: 'Cumulative Count',
label: 'Total Clicks',
data: data,
borderColor: 'rgba(75, 192, 192, 1)',
backgroundColor: 'rgba(75, 192, 192, 0.2)',
borderColor: 'rgba(255, 0, 80, 1)',
backgroundColor: 'rgba(255, 0, 80, 0.2)',
borderWidth: 1,
fill: true
}]