amcharts5
amcharts5 copied to clipboard
How to get sum value in combine tooltip from serie line chart
Hello
I'm developing a feature related to the tooltip in the line chart
I want to show the total value when hovering on the tooltip
Is any way to do that?
https://codepen.io/vanvt6/pen/gOzgqXr
You need to set calculateTotals
to true in your value axis to enable {valueYSum}
.
More info in this tutorial.
This issue is stale because it has been open 30 days with no activity. It will be closed in 5 days unless a new comment is added.