All Versions
15
Latest Version
Avg Release Cycle
41 days
Latest Release
2803 days ago

Changelog History
Page 1

  • v0.8.0 Changes

    July 26, 2016

    ๐Ÿ›  Various bug fixes

    e090b90...1b0b2df

  • v0.7.3 Changes

    December 05, 2015
  • v0.7.2 Changes

    December 05, 2015

    ๐Ÿ›  Fix mistake in package.json version numbers.

  • v0.7.1 Changes

    November 30, 2015

    โšก๏ธ Update package.json

  • v0.7.0 Changes

    November 30, 2015

    React 0.14

  • v0.6.0 Changes

    March 25, 2015
    • #12 - Allow custom chart types. (@tcard)
    • โšก๏ธ #11 - fix failed to update points for doughnut chart (@neoalienson)

    a createChart method is exposed

    description from associated PR

    ๐Ÿ›  This changeset exposes the createClass method in lib/core, and adds a third argument to it so that you can pass the dataKey value that was previously fixed in the dataKeys variable.

    E. g. if you want to use https://github.com/Regaddi/Chart.StackedBar.js, you would do something like var StackedBarChart = require('react-chartjs').createClass('StackedBar', ['getBarsAtEvent'], 'bars'); (provided you previously registered StackedBar with Chart.js, of course).

  • v0.5.0 Changes

    February 23, 2015
    • โž• Added a getChart method on the chart components to return the chartjs object
    • โž• Added a getCanvass method on the chart components to return the canvass DOM element
  • v0.4.0 Changes

    February 07, 2015
    • โž• Added Chart.js as a peer dependency (thanks @pghalliday)
  • v0.3.0 Changes

    February 06, 2015
    • โœ‚ Remove AMD and javascript include support to make commonjs behavior simple (thanks @seanadkinson)
  • v0.2.1 Changes

    January 26, 2015

    ๐Ÿš€ see release-notes.md