Line chart is SCROLLABLE now!
Friday, August 24th, 2007New line chart can be scrolled now! Check this example:
Zoom the chart by selecting any area and you will notice that scrollbar above the plot area appeared.
Or this one:
http://www.amcharts.com/line/chart-with-scroller/
The chart shows scrollbar at once. This is done by setting zoom period with JavaScript.
Most of other examples have scroller too.
By default, scrollbar is turned on. You can disable it, change colors, alphas, height and y position in settings file. A new group of settings appeared:
<scroller>
<enabled>true</enabled>
<y></y>
<color>#DADADA</color>
<alpha>100</alpha>
<bg_color>#FFFFFF</bg_color>
<bg_alpha>100</bg_alpha>
<height>10</height>
</scroller>