From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Sun, 17 Jan 2021 15:33:05 +0000 (+0100) Subject: tooltip not showing, edit config (#8323) X-Git-Tag: v3.0.0-beta.10~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df1303f9437894125d1de12bf06ac029124d033a;p=thirdparty%2FChart.js.git tooltip not showing, edit config (#8323) --- 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 + } } } };