removed hover effect on the slices

This commit is contained in:
Alexander Munch-Hansen 2023-03-03 13:08:48 +01:00
parent cb60aeea54
commit 4c3c07f01a

View File

@ -57,6 +57,7 @@ let spinChart = new Chart(spinWheel, {
options: { options: {
responsive: true, responsive: true,
animation: { duration: 0 }, animation: { duration: 0 },
hover: {mode: null},
plugins: { plugins: {
tooltip: false, tooltip: false,
legend: { legend: {