I want to draw 2 horizontal lines for each of the bars in this nvd3 multibar chart
Here is the fiddle
I have few queries
- Why is
yValueScale(0)
not starting from0
of the plot - How do I start drawing the lines from where the bar starts? The
xValueScale("A")
does not start from the start of the bar ofA
- How do I get to know the width of the bar to draw the line of length equal to the bar width