Styling
This commit is contained in:
parent
1bc6b50727
commit
e9b9a04a70
|
@ -353,7 +353,7 @@ header nav a {
|
|||
display: flex;
|
||||
height: 1px;
|
||||
background-color: #888;
|
||||
width: 500%;
|
||||
width: calc(500% + 20px);
|
||||
transform: translateY(5px);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue