Skip to content

Releases: reactchartjs/react-chartjs-2

Chart.js defaults

10 Oct 13:12
Compare
Choose a tag to compare

Exports defaults for usage with react-chartjs-2
Usage in README

cuddos @nrdobie

Bubble chart type added

03 Oct 17:04
Compare
Choose a tag to compare

import {Bubble} from 'react-chartjs-2'

Update chart.js dependency to 2.3.0

03 Oct 07:33
Compare
Choose a tag to compare
Merge pull request #36 from dcworldwide/dcworldwide-upgrade-chartjs

Update chart.js dependency to 2.3.0

Typescript 2.0 type definitions - imports

26 Sep 10:04
Compare
Choose a tag to compare

Fixes React import declaration

Typescript 2.0 type definitions

26 Sep 06:12
Compare
Choose a tag to compare

DeepEqual implementation improvements

24 Sep 21:47
Compare
Choose a tag to compare

.npmignore

15 Sep 21:13
Compare
Choose a tag to compare

Add src to npmignore to avoid potential issues when compiling lib

Render optimisation - onElementsClick

18 Aug 12:53
Compare
Choose a tag to compare

Avoid comparing onElementsClick in shouldComponentUpdate
Credits: @lutovich

Chart instance

06 Aug 13:24
Compare
Choose a tag to compare

Chart instance can now be referenced by usage of refs on the component.

Canvas width/height should match W3C standards

06 Aug 12:51
Compare
Choose a tag to compare