-
Notifications
You must be signed in to change notification settings - Fork 75
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
Setting a default zoom #6
Comments
This is addressed in version 0.3.2 with a new parameter |
@h65wang Hey! Thank you for the quick response time with I believe I found an issue regarding it however. Whenever I scroll past the original candle data, past the
It seems once I pan to the right, passing the index of Thank you! |
@kevincherryholme This is not a bug regarding the new parameter. It might be something wrong with your data, or other modifications you made in your fork. |
@h65wang Hey! I think you're right that it does involve the data, but I think the exception can be avoided via code. If you provide a list of CandleData with the exact same data, for example
The
I believe this happens because I am not sure if this means the data should be changed, or if we should change the fitVolume() method. What do you think @h65wang ? I hope this helps clarify things! Cheers for the awesome package! |
This has been fixed in v0.3.4. |
Hello |
Would it be possible for you implement the ability to set a default zoom? By this, we mean zoomed all the way in or zoomed all the way out, when the chart is created.
Currently, it's zooming in a bit by default and there are candlesticks outside of the viewport width.
The text was updated successfully, but these errors were encountered: