Changelog

View changelog for Highcharts, Highstock.

Highcharts Basic

Version 2.1.9 (2011-11-11)

  • Fixed memory leaks in legacy IE.

Version 2.1.8 (2011-11-05)

  • Fixed compatibility issue with jQuery 1.7.

Version 2.1.7 (2011-10-19)

  • Added useHTML option for most text related configuration objects.
  • Added softConnector option for pie data labels.
  • Added chart.selectionMarkerFill option.
  • Fixed issues with data label positioning for pies.
  • Fixed issue with tooltips covering point in certain cases.
  • Fixed issues with latest MooTools.
  • Worked on memory leak issues.
  • Fixed issues as listed at GitHubunder dates since the last maintenance version.

Version 2.1.6 (2011-07-08)

  • Rewrote data label positioning for pies.
  • Fixed issues as listed at GitHub under dates since the last maintenance version.

Version 2.1.5 (2011-06-22)

  • Added shadows for pies.
  • Exported charts now respect user set min and max after zoom and visibility option.
  • Added option series.connectNulls to connect line graphs through null points.
  • Added support for exporting image symbols in charts.
  • Added data labels for stack totals and improved positioning of column and bar data labels.
  • Fixed issues as listed at GitHub under dates since the last maintenance version.

Version 2.1.4 (2011-03-02)

  • Updated MooTools adapter to work with MooTools 1.3.
  • Fixed issue with charts not displaying in IE on pages with large background images or external resources.
  • Fixed issue Safari Mobile crashing after removing a series dynamically.
  • Fixed minor issues as listed at GitHub under dates since the last maintenance version.

Version 2.1.3 (2011-02-07)

  • Added soft line breaks for long category labels.
  • Fixed bugs as listed at GitHub under dates since the last maintenance version.

Version 2.1.2 (2011-01-12)

  • Added adapter for the Prototype JavaScript framework.
  • Added vertical centering logic for data labels on bars when y not given.
  • Fixed bugs as listed at GitHub under dates since the last maintenance version.

Version 2.1.1 (2010-12-03)

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

Version 2.1.0 (2010-11-23)

  • Implemented resizing and reflowing of charts.
  • Added automatic margin adjustment.
  • Added shared tooltip and crosshair.
  • Added more animation options.
  • Added category label anti collision options.
  • Added groups and stacks combination.
  • Added data label connectors for pies.
  • Optimized for iPad.
  • Added dashed lines.
  • Added labels for plot bands and plot lines.
  • Added a separate MooTools adapter.
  • Fixed bugs.
  • Upgrade notes:
    • Legend positioning: Since version 2.1 Highcharts is aware of the size of the titles and legend and will try to make room for these in the chart's margins. When upgrading from older versions, this may lead to too great margins depending on where your legend is positioned. To prevent this, set a new option, floating to true in your legend options. Furthermore, the x and y values of the legend position is now relative to the chart.spacingTop and chart.spacingLeft etc. properties instead of the chart's outer edge.

Version 2.0.5 (2010-09-17)

  • Optimized for IE9 Beta 1. Highcharts is now running beautifully under IE9 Standards mode, but quirks mode is slower than IE8.
  • Added second parameter, callback, for Highcharts.Chart().
  • Added text parameter for showLoading().
  • Fixed bugs as listed at GitHub under dates since the last maintenance version.

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.

Highstock

Version 1.1.3 (2012-02-03)

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

Version 1.1.2 (2011-12-23)

  • Fixed regression bug from 1.1.1 where touch events were not captured in iOS.

Version 1.1.1 (2011-12-22)

  • Fixed display bug with ordinal axes in Chrome 16.
  • Made navigator.xAxis.ordinal inherit xAxis.ordinal.

Version 1.1.0 (2011-12-14)

  • Added ordinal axis option for displaying non-linear data without gaps, typically intraday data withiout gaps for nights and weekends or daily data without gaps for weekends.
  • Added a few advanced options for axis and legend object.
  • Fixed issues as listed at GitHub under dates since the last maintenance version.

Version 1.0.2 (2011-11-08)

  • Fixed compatibility issue with jQuery 1.7.
  • Fixed issues as listed at GitHub under dates since the last maintenance version.

Version 1.0.1 (2011-10-25)

  • Added series.compare option to compare the development of values.
  • Fixed error on chart.addSeries
  • Fixed issues as listed at GitHub under dates since the last maintenance version.

Version 1.0.0 (2011-10-18)

  • First release.