-
-
Notifications
You must be signed in to change notification settings - Fork 289
Features/lightweight charts v5 #524
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
base: main
Are you sure you want to change the base?
Features/lightweight charts v5 #524
Conversation
Thank you for the migration. Maybe add resize and remove methods as well?
Seems like panes need to be in reverse order to autoresize correctly
EDIT:
And for markers
|
Awesome work! I tried lightweight-charts-v5, and it seems that chart.marker(**data) is incompatible. |
Thank you @HEUDavid for your feedback! Could you also attach error images, so I can better navigate the issue, please? |
Hi @emma-uw, I have just updated the PR followed your comments. Please take a look again, thanks! |
is this branch compatilble with latest python version? |
I have tried your latest code branch[features/lightweight-charts-v5], and everything works great. It seems to run smoothly with no apparent bugs. However, when drawing a vertical line, "No-text" label appears on the time axis. I looked into the code, and it seems to be controlled by the text() function in axis-view.tx, which returns "No-text". When I draw a custom vertical line, I do not need the label. I have tried using labelVisible, axisLabelVisible, etc., but none of them work. (Apologies, I’m just a backend engineer...) |
I haven't test it with latest python version yet but I works fine on 3.11.6. Let's me also check with the latest one. |
@tran-thanh-phong Very useful. I tried it out and it was very smooth. Found a small bug. The legend color is incorrect, everything else is fine. |
@louisnw01 can we merge this PR? Update to v5 would be really great! |
No description provided.