I have amChart5 XY Chart with value axis, date axis and grouping by date axis enabled.
When data grouping kicks in I need to get calculated(grouped) value for certain date. How can I accomplish this?
Thanks
I found out that lineSeries have dataItems which represents the grouped data so that would be the solution.