Skip to content

Releases: nginformatica/amazing-react-charts

Added notMerge prop

27 Dec 17:17
Compare
Choose a tag to compare
  • Added notMerge prop on stackedBarChart and AreaChart;
  • Verify the array size on scrollable prop.

Enable props and improves on axis ticks

17 Dec 18:31
Compare
Choose a tag to compare
  • Allowed barWidth prop on StackedBarChartcomponent;
  • Fixed problem with sumValues when StackedBarChart have only two arrays;
  • Changed the pattern of the date tooltip on StackedBarChart, AreaChart and VerticalBarChart;
  • Allowed the props (rotate, labelFontSize) to handle with labels on AreaChart.

Improves on domain heuristic

11 Dec 21:21
Compare
Choose a tag to compare
  • Improved the getDomain function to render values most readable.

Added width prop

11 Dec 17:44
Compare
Choose a tag to compare
  • Width prop to try responsive problem added;
  • Fixed problematic date label.

Grid prop allowed and improves on max value of yAxis

11 Dec 13:26
Compare
Choose a tag to compare
  • Allowed the grid prop on all charts (to able the change of the margins);
  • Added heuristic to calculate automatically the max domain on yAxisof AreaChart.

Improves on tooltips, labels, time conversion

10 Dec 20:40
Compare
Choose a tag to compare
  • Fixed time converter function,
  • Added props to handling margins,
  • Trying to fix the problem with space between horizontal bar charts;
  • Change tootips to take the dateFormat prop.

Move echarts and his wrapper to dependencies

10 Dec 17:41
Compare
Choose a tag to compare
  • Echarts and echarts-for-react moved to dependecies on package.json

Export vertical bar chart

10 Dec 17:19
Compare
Choose a tag to compare
  • Exported the vertical bar chart component.

Fix the js generation on build

10 Dec 17:18
Compare
Choose a tag to compare
  • Fixed the .js files on build generation;
  • Added more keywords to package.json;
  • Added rm -rf on build command.

Eslint configured and applied on project

10 Dec 14:24
Compare
Choose a tag to compare
  • Configured Eslint to better the project code style;
  • Fixed README.
  • Moved types to a new file.