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

ChartDot is not showing up

Open pIyUsH00rAj opened this issue 3 years ago • 8 comments

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...

pIyUsH00rAj avatar Jan 28 '22 11:01 pIyUsH00rAj

did you managed to solve this? or any other solution worked for you? i am stuck on the same issue.

omerkhan8 avatar Mar 02 '22 22:03 omerkhan8

i am also having same problem... ChartDot is not showing...

Dependencies: image

Output:

c05cb511-08bb-4e7e-acb1-9044bf54e479

akshmit19 avatar Apr 20 '22 15:04 akshmit19

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.

pIyUsH00rAj avatar Apr 21 '22 05:04 pIyUsH00rAj

i am also having same problem... ChartDot is not showing...

Dependencies: image

Output:

c05cb511-08bb-4e7e-acb1-9044bf54e479

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

omerkhan8 avatar Apr 21 '22 08:04 omerkhan8

Any update on this issue ?

munenelewis avatar Apr 21 '22 12:04 munenelewis

Try wrapping the chartpath and chartdot into a View tag

fedecarli avatar Jul 24 '22 00:07 fedecarli

i am also having same problem... ChartDot is not showing... Dependencies: image Output: c05cb511-08bb-4e7e-acb1-9044bf54e479

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

Thank you it worked

Washp99 avatar Jul 28 '22 07:07 Washp99

can you share your code pls for the Chart part

MouhamedMokkhtar avatar Nov 22 '22 08:11 MouhamedMokkhtar