react-native-animated-charts
react-native-animated-charts copied to clipboard
ChartDot is not showing up
I installed and implemented this library.. i installed the git repo using : npm install <repo URL> but still i can't see the ChartDot... and when i import the CurrentPositionVerticalLine & OpeningPositionHorizontalLine The app crashes...
did you managed to solve this? or any other solution worked for you? i am stuck on the same issue.
i am also having same problem... ChartDot is not showing...
Dependencies:

Output:

did you managed to solve this? or any other solution worked for you? i am stuck on the same issue.
No i didn't when i tried the same in a expo app. it works as it should. But i wanted to implement it in a bare native app... so decided to look for other chart packages for react native.
i am also having same problem... ChartDot is not showing...
Dependencies:
Output:
for me the problem solved by downgrading react-native-gesture-handler to 1.10.0 and doing its configuration.
P.S: make sure you do its configuration in the android files because only downgrading it won't fix the problem
here's the link to documentation for the configuration part
Any update on this issue ?
Try wrapping the chartpath and chartdot into a View tag
i am also having same problem... ChartDot is not showing... Dependencies:
Output:
for me the problem solved by downgrading
react-native-gesture-handlerto1.10.0and doing its configuration. P.S: make sure you do its configuration in the android files because only downgrading it won't fix the problem here's the link to documentation for the configuration part
Thank you it worked
can you share your code pls for the Chart part