Line chart can display vertical lines

Line chart now can display vertical lines. Check this example:

http://www.amcharts.com/line/chart-with-scroller/

To enable vertical lines, you have to set

<graph>
   <vertical_lines>true</vertical_lines>

If you want only these lines to be shown, without the graph line, set:

  <line_alpha>0</line_alpha>

One Response to “Line chart can display vertical lines”

  1. Great job!!!

    Theses new features are amazing, I’ll update my charts to use almost of them. But is possible to show only vertical lines that I want? Like in http://www.marcelionis.com/2007/08/15/line-chart-set-which-x-axis-labels-to-display/

    Thanks.