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

### What is the problem? Using 3+ ProgressCircle, one of them resize himself. ### When does it happen? The problem comes when I put the ProgressCircle inside a View ###...

bug

having problem in creating svg chart like i have in this image.. dont understand which type of chart i have to use to create this funnel. (https://user-images.githubusercontent.com/14994811/178463176-c5f4afd2-9549-4406-8b29-6912a89690ef.jpeg)

### Grid component inside BarChart doesn't work on iOS ### When does it happen? ### What platform? * [ ] iOS 10.1 React Native version: ^3.1.0 react-native-svg-charts-version: ^5.3.0 ### Code...

bug

VERTICAL doesn't show vertical lines. HORIZONTAL works. BOTH shows just horizontal lines. Vertical line is shown only at x=0. Reproducible example: ```jsx import React from 'react' import { View, StyleSheet...

bug

Bumps [moment](https://github.com/moment/moment) from 2.19.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

### What is the problem? When rendering the chart I get all kinds of errors like the following: ``` Warning: Received `false` for a non-boolean attribute `animate`. If you want...

bug

### Description of feature I am working on adding a target line for the bar chart and was trying to implement it with your library but probably this feature is...

feature request

### Description of feature The x-axis labels could be a list of strings, right? At least that's what I have. But I'm getting a > Warning: Failed prop type: Invalid...

feature request

``` React Native Environment Info: System: OS: Linux 4.15 Ubuntu 18.04.2 LTS (Bionic Beaver) CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Memory: 1.74 GB / 11.63 GB Shell:...

I want to set one color for positive values and another color for negative values, Anyone can help me with this, I really appreciate.