Releases: nginformatica/amazing-react-charts
Releases · nginformatica/amazing-react-charts
0.4.8 - Fix pie percentage symbol and vertical bar date format
Changes:
- Removed wrong percentage (%) symbol from pie chart
- Fixed to use the parameter
dateFormat
on vertical bar
0.4.6 - Remove brazillian-values dependency
Changes:
- Removed the
brazillian-values-package
, now, on theyComplement
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
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
chore(publish-npm): update version
0.3.4 - Add registry at package.json
chore(publishConfig): add registry at package.json
0.3.3 - Change npm publish command
fix(npm-publish): use npm publish instead yarn
0.3.2 - Allow @ts-ignore comment, improve scrollStart param
fix(npm-publish): allow ts-ignore comment, add scrollStart treatment
0.2.50 - Using old version
- rollback the version to try to publish on npm
0.3.1 - Add prop to put chart title only on saveAsImage
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
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;