Changelog

Version 2.0.4 (2010-09-07)

  • Fixed bugs as listed at GitHub under dates since the last maintenance version.

Version 2.0.3 (2010-08-07)

  • Fixed JS error on destroying chart with events in IE.

Version 2.0.2 (2010-08-06)

  • Added linked axes
  • Fixed minor bugs as listed at GitHub.

Version 2.0.1 (2010-07-18)

  • Removed chart.updatePosition method. Recalculating the position after moving the container is no longer necessary.
  • Fixed some minor bugs from 2.0.0.
  • Release notes:
    • chart.updatePosition is deprecated.

Version 2.0.0 (2010-07-13)

  • Completely rewritten rendering layer based on SVG and VML.
  • Excanvas no longer needed.
  • Added exporting module for exporting to PNG, JPG, PDF and SVG as well as printing the charts.
  • Added donut charts
  • Better positioning options for legends
  • Dramatic speed improvements in Internet Explorer for series with many points.
  • Fixed memory build-up issues.
  • Fixed minor bugs reported since 1.2.5.
  • Release notes:
    • series.dataURL and series.dataParser are deprecated. Use jQuery ajax instead. Example can be seen at the ajax loaded data example.

Version 1.2.5 (2010-04-13)

  • Added chart.updatePosition and chart.container.
  • Added possibility for initially empty charts.
  • Added options.chart.showAxes.
  • Added series.pointWidth for column series.
  • Added step property to lines.
  • Added legend.reversed option.
  • Fixed zooming issues on inverted charts.
  • Fixed error on stacking of only null points.
  • Fixed issue with excanvas not being initialied before Highcharts.
  • Fixed tickInterval issue.
  • Fixed image symbols not removed on zooming.
  • Fixed issue with datalabels not removed on zoom.
  • Fixed mouse events like click and mouseover not working when tooltip was disabled.
  • Fixed roundoff issues on axis labels on Firefox/Mac.
  • Fixed issues with setData in pies.

Version 1.2.4 (2010-03-10)

  • Added resetZoom and resetZoomTitle to the lang object.
  • Added the global.useUTC option.
  • Fixed error message in IE on window unload.
  • Fixed tooltip width detection issue in IE7.

Version 1.2.3 (2010-03-08)

  • Fixed error messages appearing in some cases after hiding all series.
  • Fixed issue with toggling the visibility of stacked columns.

Version 1.2.2 (2010-03-05)

  • Added lang.decimalPoint and lang.thousandsSep options.
  • Added chart.destroy method.
  • Added axis.setCategories method.
  • Fixed memory leaks.
  • Fixed two error messages.
  • Fixed pie slice border issue with WebKit.
  • Fixed minor issue with maxZoom and min/max values.
  • Fixed issues with null values.
  • Fixed rectangle redrawing issue with column and bar plots.

Version 1.2.1 (2010-02-25)

  • Fixed issue on initially hidden series.
  • Fixed issue with hover area on bars.
  • Fixed addPoint for pies.

Version 1.2.0 (2010-02-23)

  • Added methods and properties for working with charts, axes, series and points dynamically after render time.

Version 1.1.3 (2010-02-03)

  • Fixed a bug in the MooTools adapter.

Version 1.1.2 (2010-01-22)

  • Fixed some minor bugs and issues.

Version 1.1.1 (2010-01-06)

  • Fixed stacked charts in Safari 4.
  • Fixed spline series crashing when only one point defined.
  • Fixed tooltip borders not responding to changes in content height.
  • Fixed wrong placement of zero plane for area series.
  • Added individual color for column and bar plots.

Version 1.1.0 (2009-12-18)

  • Added support for multiple axes with options to place the axis on opposite side and offset from the plot area.
  • Added support for events.
  • Added explicit chart width and height.
  • Added plotLines.
  • Fixed some bugs

Version 1.0.2 (2009-12-09)

  • Fixed warnings in SSL mode in IE.
  • Fixed minor display issues.

Version 1.0.1 (2009-12-06)

  • Fixed zooming for splines.
  • Fixed legend symbols disappearing on zoom.
  • Fixed area and bar stacking issue.
  • Fixed zooming in stacked areas.
  • Fixed issue with single point column plots.
  • Fixed issue with zero level in column and bar charts.

Version 1.0.0 (2009-11-27)

  • First release.