-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
precision 0 does not work. #70
Comments
Hi, I'm here regarding a different issue, are you able to zoom-in in candlestick chart, if so, how can we do it? for example, if we have large data list, it populates all the candles across the whole width of screen i.e. it doesn't create a scroll effect nor it zooms-in. Are there any props that I'm not aware of? Please if you have something on this issue! |
Hey @Yash-007 , I would suggest opening a seperate issue for this. I think to achieve this, you would have to manually work out a way to pass the updated You could in theory write some logic for zooming using gestures. Some things to think about:
Zooming out could work in a similar way. You'll likely run into this issue #20 , so have a look into updating the yRange too. Not sure if this is the best approach, but it seems feasible :) |
Hi, I tried to use PanGestureHandler and PinchGestureHandler inside a same view but only one appears to work at same time. Could please take a look, here is the project (just 3-4 files), I'm trying to implement candlestick chart using https://github.com/theartificialguy/rn-candlestick-chart/tree/master Thank you! |
Using:
Current Output:
Expected Output:
The same applies to precision 1.
I'm aware that there's a
format
prop, but that also seems buggy. Will create a separate issue once I can reproduce it consistently.The text was updated successfully, but these errors were encountered: