[O] Hide chartjs lables

pull/10/head
Azalea 2024-02-11 22:53:31 -05:00
parent ab8276df2f
commit 25eb99f014
1 changed files with 11 additions and 1 deletions

View File

@ -54,9 +54,19 @@
}
]
}} options={{
// TODO: Show point on hover
elements: {
point: {
radius: 0
}
},
scales: {
xAxis: {
type: 'time'
type: 'time',
display: false
},
y: {
display: false,
}
},
plugins: {