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>
August 30th, 2007 at 2:21 am
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.