From df1303f9437894125d1de12bf06ac029124d033a Mon Sep 17 00:00:00 2001 From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Sun, 17 Jan 2021 16:33:05 +0100 Subject: [PATCH] tooltip not showing, edit config (#8323) --- samples/tooltips/custom-pie.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/tooltips/custom-pie.html b/samples/tooltips/custom-pie.html index 99473c3c4..738217329 100644 --- a/samples/tooltips/custom-pie.html +++ b/samples/tooltips/custom-pie.html @@ -139,7 +139,9 @@ responsive: true, plugins: { legend: false, - tooltip: false + tooltip: { + enabled: false + } } } }; -- 2.47.3