All Versions
15
Latest Version
Avg Release Cycle
41 days
Latest Release
3157 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.0 Changes
July 26, 2016๐ Various bug fixes
-
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, 2015React 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 exposeddescription 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
- โ Added a
-
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