react-native-animated-charts
react-native-animated-charts copied to clipboard
Set of components and helpers for building complex and beautifully animated charts
I have been looking around on how to extract the values of the dot position. From the documentation, it was briefly stated that the `useChartData` is an advanced hook which...
When making the calculations on the interpolator i'm getting numbers like 0.9999999999 making the graph change drastically when the numbers are equal when all Y is 1  `[ {"x":...
Hi all! Firstly, thank you for such a great library. Currently I'm facing an issue where, on Android, and if ChartPath has `minDurationMs` > 0 in `longPressGestureHandlerProps`, when I scrub...
Getting the following error ``` undefined is not an object (evaluating '_ref5.x') map@[native code] _f [native code] _f [native code] ABI42_0_0reanimated::ABI42_0_0REAIOSErrorHandler::raiseSpec() ABI42_0_0REAIOSErrorHandler.mm:17 ABI42_0_0reanimated::ErrorHandler::raise() ABI42_0_0reanimated::NativeReanimatedModule::onRender(double) invocation function for block in ABI42_0_0reanimated::createReanimatedModule(std::__1::shared_ptr)::$_4::operator()(std::__1::function,...
i get this error when i try to use the chart null is not an object (evaluating '_ReanimatedModule.default.createNode) please can anyone help
Including instructions on how to deal with conflicting versions of dependencies
Hey all, Pretty basic chart setup (see code below). Works great on first time navigating to screen, but if I pop back and then navigate to the screen again, the...
  Hey team, I notice that `ChartDot`, does not always seem to follow the `ChartPath`. I am not 100% sure how to debug this. Here's the generate setup: ```...
fix: issues/64: Graph doesn't appear if all the "y" values are equal, but "x" values are different
**Problem:** Chart was appearing above the "canvas", because both extremes were exactly the same. **Solution:** Setting extremes to values between Y (so 1 and -1 for value 0) solves the...