In a stacked bar chart we can show total of each series in every stack, like this
However I want value of each series to be shown, not total like this(please ignore the fact that the two samples have different number of series)
Additionally I would like to show the total of the stack at the top.
What i mean is that, f you look at the first graph, in the first bar, values are 5,15(5+10),24(15+9).
My desired result should be like the second graph, where values for the first bar are like, 10,9 and finally a total at the top 19
Is it possible with this library?
| |||
|
feedback
|
|
A bit of a hack here. Since you want one more label for each series, I've introduced an "empty" series. It replicates what you want pretty well, though. Fiddle here.
Produces:
| |||||||||||
feedback
|
