react-native-graph
react-native-graph copied to clipboard
📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia
# Description The current selection dot is 'design-wise' quite opinionated. It has a light shadow and an outer ring. Instead of introducing a lot of new props (no offence https://github.com/margelo/react-native-graph/pull/21)...
Hi @mrousavy , tried to run the example that is in the repository, but I get the following error: ``` yarn run v1.22.4 $ react-native run-android info Running jetifier to...
# Description Encountered several weird TypeScript errors, when working in this repository: ```jsx 'Reanimated.View' cannot be used as a JSX component. Its instance type 'View' is not a valid JSX...
What about automated releases? Every commit to main branch can be a new version Workflow: ```js name: release on: push jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses:...
Allow the user to show an indicator at the end of the graph. This indicator gets hidden once the hold/pan gesture gets started.
I've followed by example project but got dot on line graph not follow on the line here is video https://user-images.githubusercontent.com/48342930/177480944-33620bc2-f813-4912-bd30-2941fe181a80.MP4
Code: `import {View, Text, SafeAreaView, StyleSheet} from 'react-native'; import React from 'react'; import {useNavigation} from '@react-navigation/native'; import {getMutualFund} from '../services/MutualFundApi'; import {LineGraph} from 'react-native-graph'; import {hapticFeedback} from './hapticFeedBack'; export default...
Hi, I tried to update a state in my component, thanks to `onPointSelected` props, but when I swipe my finger on the line, the pointer is very very slow to...
Animated graph with gestures enabled had some improvements in my opinion. This PR adds the following: - Allows to highlight the graph partially thanks to an `initialIndex` prop. This will...