amStock 1.2.0.0 Released

We have just released new version of amStock 1.2.0.0 [Download]

FEATURES ADDED:

  • Columns can now have rounded corners – thanks to the new setting for <graph>:<corner_radius>.
    You can set corner radius in pixels or in percents. For example, 100%. (However from usability side we don’t recommend doing this).
  • The chart can display balloon with data set’s title when user rolls-over the legend item. This is convenient when you have short data set name in the legend and want to see the full name on roll-over. To enable this feature, set <chart><legend><show_balloon> to true.
  • Possibility to set <bg_alpha> (background opacity) for period_selector buttons.
  • An additional parameter is passed to amGetZoom function – period. It tells which period is currently used (if the chart groups data). So now the the chart calls this function and passes: amGetZoom(chart_id, from, to, period).
  • amReturnParam function also returns the param name: amReturnParam(chart_id, value, param);

Comments are closed.