Skip to content

Releases: nginformatica/amazing-react-charts

1.0.9 - Optimize bundle size

13 May 18:34
be257e5
Compare
Choose a tag to compare
  • optimize imports and dependencies to reduce bundle size;

1.0.8 - Fixed Diverging Chart negative legends and add scrollable legend on Donut Chart

01 Apr 18:23
6fa7d57
Compare
Choose a tag to compare

major changes:

  • formatted the labels for the Diverging Chart that was rendering with negative values;
  • add scrollable legend to the Donut Chart.

1.0.7 - Added unit tests and fixed eslint warnings

05 Mar 20:02
e4c90f9
Compare
Choose a tag to compare

major changes:

  • add unit tests for the charts;
  • as the charts are rendered by a <canvas> tag, it was only necessary to see if the canvas render based on the test snapshot;
  • some refact was made to ensurance the type-check assertion;
  • the eslint warnings, the ones possible, were solved;
  • a pre-test script was created to check if there are matching tests to all charts;

1.0.6 - Fixed date and time render

15 Feb 14:29
e0539fa
Compare
Choose a tag to compare

fix: date and time render

1.0.5 - Fixed date format

09 Feb 12:36
de4c91c
Compare
Choose a tag to compare

Fix date format

1.0.4 - Fixed audiometry chart

26 Jan 12:42
80bfd8e
Compare
Choose a tag to compare

fix: audiometry chart

1.0.3 - Implemented eslint prettier pattern

25 Jan 20:07
ac06e1a
Compare
Choose a tag to compare

Chore: implement eslint prettier pattern

1.0.2 - Added Pyramid and Diverging Charts Latest

26 Dec 14:43
4e2c904
Compare
Choose a tag to compare

feat: pyramid and diverging graphs and export to csv

1.0.1 - Update version number

01 Nov 20:54
c69dd96
Compare
Choose a tag to compare
  • Set version number on Home

1.0.0 - Update dependencies

01 Nov 19:07
87929b0
Compare
Choose a tag to compare
  • The docz library that was used to render and interact with the graphics was deprecated and had no future releases.
  • With this, the docz was migrated to the storybook, and all necessary settings were adjusted.
  • Furthermore, all other libraries have been updated to the latest versions.