]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
tooltip not showing, edit config (#8323)
authorLeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com>
Sun, 17 Jan 2021 15:33:05 +0000 (16:33 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Jan 2021 15:33:05 +0000 (10:33 -0500)
samples/tooltips/custom-pie.html

index 99473c3c4759edc50002fc1d68ff75b1cce58079..738217329ec89dfaf1f4ad038b6ad3b0fc3eecba 100644 (file)
                                responsive: true,
                                plugins: {
                                        legend: false,
-                                       tooltip: false
+                                       tooltip: {
+                                               enabled: false
+                                       }
                                }
                        }
                };