I have a (horizontal) float bar chart, and i have some values that i'd like to display in labels on top of the bars.
Because my data is grouped, each row is actually made up of quite a few datapoints (otherwise i'd just use the data label).
Is there a way to display one label for each row, on the exact location of each row??
I have tried writing some code that figures out how many categories i have, and tried to position labels by calculating where they should go for each category - as a percentage of the total height, but this doesnt seem to be working out.