Skip to content

Releases: reactchartjs/react-chartjs-2

Windows compatibility fixes

Choose a tag to compare

@gor181 gor181 released this 19 Oct 23:11

Ref #52

Bubble Example

Choose a tag to compare

@gor181 gor181 released this 17 Oct 18:13

Bubble Example is now included.

Chart.js defaults

Choose a tag to compare

@gor181 gor181 released this 10 Oct 13:12

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

cuddos @nrdobie

Bubble chart type added

Choose a tag to compare

@gor181 gor181 released this 03 Oct 17:04

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

Update chart.js dependency to 2.3.0

Choose a tag to compare

@gor181 gor181 released this 03 Oct 07:33
Merge pull request #36 from dcworldwide/dcworldwide-upgrade-chartjs

Update chart.js dependency to 2.3.0

Typescript 2.0 type definitions - imports

Choose a tag to compare

@gor181 gor181 released this 26 Sep 10:04

Fixes React import declaration

Typescript 2.0 type definitions

Choose a tag to compare

@gor181 gor181 released this 26 Sep 06:12
1.2.7

1.2.7

DeepEqual implementation improvements

Choose a tag to compare

@gor181 gor181 released this 24 Sep 21:47
1.2.6

1.2.6

.npmignore

Choose a tag to compare

@gor181 gor181 released this 15 Sep 21:13

Add src to npmignore to avoid potential issues when compiling lib

Render optimisation - onElementsClick

Choose a tag to compare

@gor181 gor181 released this 18 Aug 12:53

Avoid comparing onElementsClick in shouldComponentUpdate
Credits: @lutovich