mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
CE-604 Disable tooltips for now (our only active use case doesn't want them)
This commit is contained in:
@ -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: {
|
||||||
|
Reference in New Issue
Block a user