In amcharts stacked column chart, Through the default method, when I hover over a particular section in a column, I see tooltip for that section only.
If I want to display all the values of a column wherever I hover on that column, how is that possible? Edit:
i.e in this example, amcharts.com/demos/100-stacked-column-chart/?theme=spiritedaway
There are 3 sections for column "One", when I hover on the topmost section it says "series 3: 33.33%". I want it to display "series 1: 11.11% series 2: 55.56% series 3: 33.33%" all together in the tooltip. Is that possible?
P.S: I am not a developer but a UI designer, my team is saying it is not possible, but by looking at the code, I feel like it is possible