add mouse move and click events on charts to utils.py#377
Open
gokulchittaranjan wants to merge 5 commits intolouisnw01:mainfrom
Open
add mouse move and click events on charts to utils.py#377gokulchittaranjan wants to merge 5 commits intolouisnw01:mainfrom
gokulchittaranjan wants to merge 5 commits intolouisnw01:mainfrom
Conversation
…ht-charts-python into gokulchittaranjan/enhancement/mousemove_click_event
|
We need this so much! |
|
hello there @gokulchittaranjan and @louisnw01, I have a question is there a way to add a on context menu, basically a right click personalized menu ? |
|
Can I beg for this to be added to main? I'd really want to use mouse hovering for printing data of the candle in the cursor as TV does, but if I'm going to open my project repository (and I will) I can't ask other people to apply patches on python-lightweight-charts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR adds the mose move and click events to utils.py.
This can be used to get the bar_index, timestamp, OHLC upon mouse move or click into a python handler method.