mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 05:27:58 +08:00
[O] Hide chartjs lables
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user