I use https://developers.google.com/chart/interactive/docs/gallery/columnchart google column chart. hAxis keeps dates, vAxis keeps values (numbers). I have two column for each date, and isStacked is set to true. I want to display some more info inside each column, like percentage correlation. For example I have next row:
[Date('2012', '05', '05'), 100, 100]
I want to display that both columns takes 50% of total amount (200) and I want to display it inside columns
Is it possible? And is it possible to display some more info (not only percents, but also absolute values etc)