react-native-svg-charts icon indicating copy to clipboard operation
react-native-svg-charts copied to clipboard

📈 One library to rule all charts for React Native 📊

Results 129 react-native-svg-charts issues
Sort by recently updated
recently updated
newest added

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits b31e67f link broken 6ad6035 Fix prototype pollution See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=merge&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.4.2 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

I want to get rid of the leading and ending vertical lines, how can I do that? Thank you.

bug

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

### What is the problem? `xAccessor` and `yAccessor` does not work as expected on multi-line `XAxis` or `YAxis`. ### When does it happen? Supply an array of data to an...

bug

### Description of feature I'd love if there were examples, **that weren't only PureComponents** Pure components / Functional components are cool and everything but since most other repositories use the...

feature request

After adding the 7th item to pie chart, the order of the items is disturbed. Before adding the 7th item all items are shown in ascending order. react: 16.13.1 react-device-detect:...

### What is the problem? I have an array of objects with 3 properties on each; time, salinity and volume. When I switch from rendering time and salinity to rendering...

Right now we can't define our own tick values as that is defined for us using d3-array. The ticks props is not passed through to YAxis component, if we want...

feature request