We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lightweight Charts Version: 3.7.0 (but 3.5.0 is working OK)
Code to reproduce: https://jsfiddle.net/iksent/8akv3x59/
Actual behavior: executing .timeScale().fitContent() (after changing series data) sometimes not fitting the chart fully.
.timeScale().fitContent()
Screen recording: https://user-images.githubusercontent.com/32956521/148347730-4f0dbccd-5e5a-4104-8db8-30fc4b64f5f3.mov
Expected behavior: fitContent must fit the content correctly.
fitContent
The text was updated successfully, but these errors were encountered:
Very annoying problem 😫 This is what it looks like on our project:
Chart is not fitted every time on series-data change.
Sorry, something went wrong.
It seems that it is related and quite similar to #943. Is it possible to check #959 locally with your case?
It seems it doesn't help. We'll investigate the issue.
fix: fitContent not working when priceScale range changes #966
41fd114
add test for fit content resize issue #966
24e475c
I can confirm this issue is fixed, thanks a lot, @timocov!
Ffloriel
Successfully merging a pull request may close this issue.
Lightweight Charts Version: 3.7.0 (but 3.5.0 is working OK)
Code to reproduce: https://jsfiddle.net/iksent/8akv3x59/
Actual behavior: executing
.timeScale().fitContent()
(after changing series data) sometimes not fitting the chart fully.Screen recording:
https://user-images.githubusercontent.com/32956521/148347730-4f0dbccd-5e5a-4104-8db8-30fc4b64f5f3.mov
Expected behavior:
fitContent
must fit the content correctly.The text was updated successfully, but these errors were encountered: