Skip to content

Releases: reactchartjs/react-chartjs-2

Bubble Example

17 Oct 18:13

Choose a tag to compare

Bubble Example is now included.

Chart.js defaults

10 Oct 13:12

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

Choose a tag to compare

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

Update chart.js dependency to 2.3.0

03 Oct 07:33

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

Choose a tag to compare

Fixes React import declaration

Typescript 2.0 type definitions

26 Sep 06:12

Choose a tag to compare

DeepEqual implementation improvements

24 Sep 21:47

Choose a tag to compare

.npmignore

15 Sep 21:13

Choose a tag to compare

Add src to npmignore to avoid potential issues when compiling lib

Render optimisation - onElementsClick

18 Aug 12:53

Choose a tag to compare

Avoid comparing onElementsClick in shouldComponentUpdate
Credits: @lutovich

Chart instance

06 Aug 13:24

Choose a tag to compare

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