mirror of https://github.com/hykilpikonna/AquaDX
[O] Hide chartjs lables
parent
ab8276df2f
commit
25eb99f014
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue