0

Is there any way to draw vertical lines in chart. (i.e.) enter image description here

Under each dot there is a vertical line which is projected to x axis.

Could you advise how to customize it with Google Chart , of course if it is possible?

Are there any other libraries with such kind of line chart ?

p.s. In project I use Angular 1.5. Also I took a look on nvd3 but didn't find what I want

Vlad
  • 279
  • 1
  • 3
  • 12
  • 1
    Does this help https://medium.com/fattura-con-billy/animated-stacked-bar-charts-with-d3-js-2ef928163e59#.rmg7bjofk – brightDot Feb 27 '17 at 10:35
  • @Adapter Thank you for your attention, but first of all I'd like to customize existing implementation, if it is possible, if not - I will consider other ways. – Vlad Feb 27 '17 at 10:46

1 Answers1

0

see config options...

use option for vAxis.gridlines to customize vertical lines...

WhiteHat
  • 59,912
  • 7
  • 51
  • 133