Skip to content

Commit

Permalink
chore(ui): amend tooltip label for pie/doughnut charts
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Nov 29, 2024
1 parent dd5a313 commit 76afc4e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ui/src/components/dashboard/components/charts/custom/Pie.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@
enabled: true,
intersect: true,
filter: (value) => value.raw,
callbacks: {
title: () => "",
label: (value) => {
return `${value.dataset.tooltip} : ${value.raw}`;
},
},
},
},
}),
Expand Down Expand Up @@ -162,7 +156,6 @@
datasets: [
{
data: dataElements,
tooltip: aggregator.value.label,
backgroundColor,
thicknessScale,
borderWidth: 0,
Expand Down

0 comments on commit 76afc4e

Please sign in to comment.