All Versions
32
Latest Version
Avg Release Cycle
73 days
Latest Release
1739 days ago

Changelog History
Page 3

  • v0.7.3 Changes

    February 27, 2015
    • ๐Ÿ›  Fixed bugs in the chart.update method
    • ๐Ÿ›  Fixed rounding precision issues in order of magnitude calculation
    • ๐Ÿ›  Fixed bug in Chartist.extend which caused merge problems from object properties into non-objects
    • โž• Added possibility to use chartPadding with a padding object that contains top, right, bottom and left properties
  • v0.7.2 Changes

    February 12, 2015
    • โž• Added new line smoothing / interpolation module for configurable line smoothing
    • โž• Added simple line smoothing. Thanks @danieldiekmeier !
    • โœ‚ Removed some unused internal code
  • v0.7.1 Changes

    February 02, 2015
    • ๐Ÿ› Bug fix where some files where not included in dist version of Chartist which made v0.7.0 unusable.
  • v0.7.0 Changes

    February 01, 2015
    • This version introduces a new option in the bar charts to draw them horizontally
    • ๐Ÿšš Underlying changes for axis model that allows flexible value projection and removes code duplication
    • โž• Added SVG Path API for manipulating SVG paths. This can be used in animations or to transform the output by Chartist further.
    • ๐Ÿšš The fullWidth and centerBars options were removed from the bar chart
    • โšก๏ธ Updating chart after options update enables the use of 'print' media query in responsive options to have a quick redraw before printing. This only works in Chrome 40 so far
    • ๐Ÿ›  Fixed issues with 0 values in series object data notation
  • v0.6.1 Changes

    January 23, 2015
    • ๐Ÿ›  Fixed bug that prevented data events to be captured
    • ๐Ÿ›  Fixed bug with update function called in the same call stack as chart constructor
  • v0.6.0 Changes

    January 17, 2015
    • โž• Added 14 default colors for colored series
    • โž• Added data event that allows you to transform the data before it gets rendered in Chartist. This is also useful for plugin authors that would like to create plugins which modify data.
    • Possibility to specify meta data in the data object passed to Chartist that will be written to custom attributes into the DOM.
    • โšก๏ธ Possibility to specify options when calling chart.update in order to override the current options with new ones
    • ๐Ÿ›  Fixed some missing entries in the bower ignore section to exclude the documentation site as well as the grunt tasks
    • ๐Ÿ›  Fixed issue when Chartist is initialized in a container that already contains SVG
  • v0.5.0 Changes

    December 14, 2014
    • โž• Added new option for line and bar chart to use full width of the chart area by skipping the last grid line
    • โž• Added new option for bar chart to create stacked bar charts
    • โšก๏ธ All chart update functions now accepts an optional data parameter that allows to update an existing chart with new data
    • ๐Ÿ›  Fix for an error when charts get re-constructed on the same element and in the same call stack
  • v0.4.4 Changes

    December 11, 2014
    • Fixed NS_ERROR_FAILURE error in Firefox and added graceful handling of unsupported SMIL animations (i.e. in foreignObjects)
  • v0.4.3 Changes

    November 27, 2014
    • โšก๏ธ Updated plugin architecture for convenience reasons and better support for modularization
  • v0.4.2 Changes

    November 27, 2014
    • ๐Ÿ”Œ Included first version of Chartist.js Plugin mechanism
    • ๐Ÿ”จ Major refactoring of development stack (thanks @Autarc !)
    • โœ‚ Removed unused functions in Chartist.Core