[O] Hide chartjs lables

This commit is contained in:
Azalea
2024-02-11 22:53:31 -05:00
parent ab8276df2f
commit 25eb99f014

View File

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