amStock 1.2.1.0 Released

We just released the new version of amStock 1.2.1.0 [Download]

New features

  • A new setting, <update_on_release_only> was added to <scroller> settings group. If you set it to true, the chart will not update while dragging or resizing scrollbar. The view will be updated only when you release mouse button. This is useful if you work with large data sets and want to make your chart work faster.
  • Stripping unnecessary symbols from your data
    A new setting, <strip_symbols> was added to <csv> settings group. For example:
    <data_sets>
       <data_set>
          <csv>
             <strip_symbols>",</strip_symbols>
    Means the data parser will strip all " and , from your data before parsing.
  • The chart can be scrolled with mouse wheel. Note, the chart must have focus (click once on the chart) in order this feature to work. This feature will not work if wmode is set to transparent or opaque (in your HTML).

Comments are closed.