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

Set of components and helpers for building complex and beautifully animated charts

Results 65 react-native-animated-charts issues
Sort by recently updated
recently updated
newest added

### Feature Implement ChartPath background Gradient. ### Note This is in response to this [issue](https://github.com/rainbow-me/react-native-animated-charts/issues/8). Also, special thanks to [stas-kravchuk](https://github.com/stas-kravchuk) for his original implementation of the gradient. ### Screenshot: ![Screen...

Could not find a declaration file for module '@rainbow-me/animated-charts'. '/Users/talhaatiq/Documents/GitHub/mustaqbil-reactnative/node_modules/@rainbow-me/animated-charts/src/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/rainbow-me__animated-charts` if it exists or add a new declaration (.d.ts) file...

Is there a way to access the CurrentPositionVerticalLine component? Doesn't seem to be available in the latest npm version. Is there a way to safely add the changes from the...

./node_modules/@rainbow-me/animated-charts/src/charts/linear/ChartDot.js 11:4 Module parse failed: Unexpected token (11:4) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders...

I faced the problem that the graph doesn't appear if all the "y" values are equal, but "x" values are different It should be a straight line, but it shows...

Hi guys, I have an issue with the last point of the chart, somewhy it goes along the old trajectory I've attached a video for a better explanation with 3...

import React from 'react'; import {Dimensions, View} from 'react-native'; import {ChartDot, ChartPath, ChartPathProvider, monotoneCubicInterpolation} from '@rainbow-me/animated-charts'; export const {width: SIZE} = Dimensions.get('window'); export const data = [ {x: 1453075200, y:...

![Simulator Screen Shot - iPhone 13 - 2022-03-17 at 14 02 02](https://user-images.githubusercontent.com/3425152/158754597-78fb089b-8544-49cd-b941-f34aa1bf3fed.png) "react-native": "0.67.3", "@rainbow-me/animated-charts": "^1.0.0-alpha.6", "react-native-reanimated": "^2.4.1", How can I fix it?

When i import package to use i catch error Requiring module "node_modules/@rainbow-me/animated-charts/src/index.js", which threw an exception: ReferenceError: Can't find variable: _stopObservingProgress

Hi team For now I'm using @rainbow-me/animated-charts for a project. Which is package for typescript I can add to the project?