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

Is there any way to add a chart title or footer with this library?

feature request

I am using Label in a React Pure Component BarChart. The data is passed as prop. The char renders. But when i tried to use lables as mentioned in examples....

bug

### What is the problem? Given data: ```js const data = [ { key: 1, amount, svg: { fill: '#212120', onPress: () => { Alert.alert('onPress', '1') } }, label: '1',...

bug

### What is the problem? I want the PieChart to overflow, but it doesn't. I have tried out `overflow: 'visible'` but doesn't work... ios screenshot ![IMG_0680](https://user-images.githubusercontent.com/21032419/97551970-a0870680-1a0e-11eb-971f-6626b5961200.png) android screenshot ![Screenshot_2020-10-29-17-46-46-73_cf7b224fbfbf76bdf47413e73ac0b3ae](https://user-images.githubusercontent.com/21032419/97552133-d6c48600-1a0e-11eb-81c6-9dd8e8f01ede.jpg) ###...

bug

### What is the problem? xAxis doesn't render the values inline with BarChart ### When does it happen? just trying to render it onLoad using the following code xAxis ```...

Hi, import React from 'react' import { AreaChart, XAxis, Grid,BarChart } from 'react-native-svg-charts' import { View } from 'react-native' import * as scale from 'd3-scale' import * as shape from...

bug

Hi, We have a very specific chart need and we'd like to know if someone is inspired: ![image](https://user-images.githubusercontent.com/38316888/95742549-79031080-0c90-11eb-9ad7-f1299bfd2e17.png) We need the ability to have two different gradient and a moving...

feature request

### What is the problem? Rendering `` inside `` throws ``` Type '{}' is missing the following properties from type '{ width: any; height: any; }': width, heightts(2739) ``` and...

bug

`animate` prop does not affect the PieChart component and there is no animation - there are also no errors indicating that the animation doesn't work. react-native-svg-charts version - 5.3.0 react-native-svg...

### What is the problem? I'm drawing a line chart, and I want to draw some markers over it, at specific locations. On iOS, they are shown okay, however on...