react-native-animated-charts
react-native-animated-charts copied to clipboard
Set of components and helpers for building complex and beautifully animated charts
I'm trying to use react-native-animated-charts, but I always get this error, I'm not using expo. npm ls react-native-gesture-handler -> `https://ibb.co/3RZjMDJ` Error image -> `https://ibb.co/zfRb4b9` Below package.json `{ "name": "project", "version":...
I installed and implemented this library.. i installed the git repo using : npm install but still i can't see the ChartDot... and when i import the CurrentPositionVerticalLine & OpeningPositionHorizontalLine...
How do I get the opening value of the chart values and label it on the ChartPath. Example of what I am trying to achieve can be seen in the...
I get a error of Invariant Violation: Tried to register two views with the same name GestureHandlerRootView when i use react-native-animated-charts if i uninstall it everything work fine but whenever...
"react-native-reanimated": "^2.6.0" "@rainbow-me/animated-charts": "^1.0.0-alpha.6" "react-native": "0.67.3" I followed the document on https://github.com/rainbow-me/react-native-animated-charts, but my app is crash when just load chart. Errors show like image attached. Could you help me...
[New Text Document.txt](https://github.com/rainbow-me/react-native-animated-charts/files/8821312/New.Text.Document.txt) This will work perfectly on ios devices but not running on android devices and that will create an issue showing this RNGestureHandlerModule.attachGestureHandler got 2 arguments, expected 3,...
DATA: [{"x": 76320.535807, "y": 1654259419717}, {"x": 75703.132447, "y": 1654261220623}, {"x": 75926.207895, "y": 1654263018920}, {"x": 76242.632317, "y": 1654264819540}, {"x": 75897.787162, "y": 1654266616073}, {"x": 75627.517177, "y": 1654268419753}, {"x": 75589.605532, "y": 1654270218223}, {"x":...
Windows. React Native project. Yarn. Using Expo. Followed your docs: 1. installed react-native-reanimated (~2.3.1). 2. Adjusted my babel.config.js file. 3. Installed @rainbow-me/animated-charts (^1.0.0-alpha.6) 4. Cleared Expo bundler cache using "expo...
Hello! I am trying to get the X and Y value when hovering over the Chart. I am using ChartYLabel & ChartXLabel components, and they give me access to the...