JavaScript charts | Change Log


Version 3.04 (Sept 25, 2012)

  • Bug fixing

Version 3.02 (May 07, 2012)

  • New public methods: clearLabels(), clearLabelsX(), clearLabelsY(), clearTooltips(). These methods could be useful if you run the .draw() methods again and you want to clear all labels/tooltips displayed in the initial chart.
  • New parameter for setAxisNameX() and setAxisNameY(). The rotate parameter is optional and if set to true it rotates the axis name with 90 degrees. Default is false.

Version 3.00 (May 31, 2011)

  • 3D pies and 3D bars
  • values formatting (choose comma or point decimal/thousands separators)
  • legends
  • multiple series in bar charts
  • horizontal bars charts
  • on/off error alerts switch
  • json input
  • any character set can be used now (including Asian), except for Opera under v10.50
  • font-family customizing methods, except for Opera under v10.50
  • setTitlePosition bug repaired
  • animated line/bar rendering
  • xml load as string
  • better support for strings on X axis in line charts
  • angled values on X axis in bar and line charts
  • clickable bar/pie area
  • clickable tooltip flag with no tooltip contents bug repaired
  • new spacing between values and canvas margin
  • values and labels alignment at axes edges
  • other new customizing methods and debugs

Version 2.08 (April 12, 2011)

  • IE9 error bug fixed

Version 2.07 (March 29, 2011)

  • IE9 support

Version 2.06 (February 5, 2010)

  • clickable tooltip flags
  • line charts now support string values on the X axis
  • line charts now have labels attached to their axes, not to data values

Version 2.05 (October 23, 2009)

  • prefix/support for values
  • bug for pies with many sections repaired
  • faster text rendering in IE
  • replace old line data in line charts when adding new line with an already existing id
  • same max and min values on an axis bug repaired

Version 2.04 (September 22, 2009)

  • tooltip IDs bug repaired (duplicated IDs when using more than one chart and for the same value data pairs)

Version 2.03

  • IE bug on pies with zero values repaired

Version 2.02

  • IE print bugs repaired (wrong text positions in quirksmode, no texts when using doctype)

Version 2.01

  • single bar and single section pie permitted

Version 2.00

  • multiple data series in line charts
  • tooltip default value now in empty or single space contents too
  • new public method getDataIds() useful for online editor

Version 1.03

  • chart and container in TD tag bug fixed

Version 1.02

  • last values repeat bug fixed
  • tooltip padding not string alert bug fixed
  • new excanvas (svn trunk 16.06.2009) compatible with IE8

Version 1.01

  • new excanvas (r3, march 2009)
  • IE8 support

Version 1.00

  • first version