How to display total value of pie chart? #7009
Unanswered
brunopazzo09
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all, I've been trying to use a counter to display the total of a pie chart (e.g. the pie chart displays 50% as 400k€, 25% as 200k etc) but when I try to do that it only shows the first value, in this case 400k, and not the total obtained by summing 400k+200k etc. I have no idea how to show the total after filtering with ::multi-filter. How do i do this?
Beta Was this translation helpful? Give feedback.
All reactions