Skip to content

Releases: nginformatica/amazing-react-charts

0.4.6 - Remove brazillian-values dependency

03 Sep 20:04
e759d3f
Compare
Choose a tag to compare

Changes:

  • Removed the brazillian-values-package, now, on the yComplement prop, it can be passed a function to mount the value in order to be rendered on the axis and tooltips.
  • The money type of yComplement was deprecated, who consumes this library now, needs to pass their own function to format values;
  • TypeScript and linter dependencies was updated to version 4.3.5;
  • Some change in functions (names, use template literals, position of functions and comments addition) to a better code read and maintenance;
  • Remove unused types, functions and unnecessary stuff.

0.3.7 - Fix pie chart label when the legend position is outside

06 Apr 17:49
Compare
Choose a tag to compare

Fixes

  • Fixed the legend when the data value was 0;
  • Fixed the documentation url address;
  • Removed unecessary commands in dev build;

0.3.5 - Add always-auth: true in publish yml

22 Dec 18:13
Compare
Choose a tag to compare
chore(publish-npm): update version

0.3.4 - Add registry at package.json

22 Dec 17:56
Compare
Choose a tag to compare
chore(publishConfig): add registry at package.json

0.3.3 - Change npm publish command

22 Dec 17:32
Compare
Choose a tag to compare
fix(npm-publish): use npm publish instead yarn

0.3.2 - Allow @ts-ignore comment, improve scrollStart param

22 Dec 17:13
Compare
Choose a tag to compare
fix(npm-publish): allow ts-ignore comment, add scrollStart treatment

0.2.50 - Using old version

22 Dec 17:46
Compare
Choose a tag to compare
  • rollback the version to try to publish on npm

0.3.1 - Add prop to put chart title only on saveAsImage

19 Nov 18:28
f12e3c0
Compare
Choose a tag to compare

Features:

  • Allowed the saveAsImageWithTitle prop to download the chart with title in the following components:
    • AudiometryChart;
    • CoordinateLineChart;
    • DonutChart;
    • HorizontalBarChart;
    • PieChart.

Fixes:

  • Improve code style (move functions to auxiliar functions file);
  • Add thousandSeparator function and his example;
  • General fixes on examples.

0.3.0 - Update echarts, echarts-for-react and eslint dependencies

16 Nov 20:21
4837465
Compare
Choose a tag to compare

Updates:

echarts to last stable version;
echarts-for-react to last stable version;
docz to last stable version;
eslint and his configs to improve the code style;

Improves:

add more info to package.json and readme;
remove all the type casts;
remove all the nested ternaries;
use the default types from echarts;
remove unecessary functions and improve code with the new linter configs;

0.2.49 - Allowed legendPosition and grid at CorrdinateLineChart component

29 Oct 16:34
Compare
Choose a tag to compare
chore(coordinate-line-chart): allow grid props and legendPosition pro…

…ps, example updated with these new props