Display data on stacked bars of nvd3-multi-bar-chart

897 views Asked by At

I am using nvd3-multi-bar-chart for displaying a graph in my application. An example chart would be like belowenter image description here

I have used the following directive for generating graphs: NVD3 Multibar chart

Everything is working good and the charts are also displaying well. But my problem is, I need to display the data on the bar like below enter image description here

I have referred the following links before asking this question but did not helped me in solving my requirement Link 1, Link 2, Link 3 and so on ...

1

There are 1 answers

0
Buho On

Check this method: https://gist.github.com/topicus/217444acb4204f364e46

I'm using angular-nvd3, not angular-nvd3-directives, but I think it should work with a few changes.