CE-604 Disable tooltips for now (our only active use case doesn't want them)

This commit is contained in:
2023-11-03 19:23:38 -05:00
parent 95f1fa83bb
commit f1b0618e9d

View File

@ -46,6 +46,10 @@ export const options = {
duration: 0 duration: 0
}, },
plugins: { plugins: {
tooltip: {
// todo - some configs around this
enabled: false
},
legend: { legend: {
position: "bottom", position: "bottom",
labels: { labels: {