Skip to content

Releases: reactchartjs/react-chartjs-2

Added Scatter Plot to TS def

Choose a tag to compare

@jerairrest jerairrest released this 18 Aug 17:58

Added scatterplot to type definition

Typescript Support

Choose a tag to compare

@jerairrest jerairrest released this 15 Aug 12:20

Added better typescript support.

Add React 16 Support

Choose a tag to compare

@jerairrest jerairrest released this 05 Aug 13:37

Added React 16 as peer dependency.

v2.5.5

Choose a tag to compare

@jerairrest jerairrest released this 22 Jul 19:20

Add Scatter to Typescript definition.

v2.5.4

Choose a tag to compare

@jerairrest jerairrest released this 21 Jul 22:09

Removed find polyfill in favor of lodash find.

Readd original functionality for legends

Choose a tag to compare

@jerairrest jerairrest released this 20 Jul 16:17

Legend can be set now through both the options prop as well as the legend prop

v2.5.0

Choose a tag to compare

@jerairrest jerairrest released this 15 Jul 17:06

Added Legend customization support #158
Added polyfill for find. #109

2.4.1

Choose a tag to compare

@jerairrest jerairrest released this 11 Jul 21:55

Re-added canvas as a dev dependancy.

Storybook, examples, inline plugins, proptypes.

Choose a tag to compare

@gor181 gor181 released this 07 May 20:05

Full list at #130

Object.assign

Choose a tag to compare

@gor181 gor181 released this 22 Feb 14:18

Replace Object.assign in favour of spread. Resolves issues for IE not supporting Object.assign