You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The events currently supported in utils.py does not include mouse_move and click.
This is useful, for example, to get the OHLC data upon click, so that external action can be performed.
Hi Louis, Thanks for the great package. I did get the latest version. It does not have the entire functionality that's in the PR - please feel free to reject it if it is not in line with your roadmap.
Description
The events currently supported in utils.py does not include mouse_move and click.
This is useful, for example, to get the OHLC data upon click, so that external action can be performed.
Code example
Method of implementation
Add relevant JS method to utils.py
The text was updated successfully, but these errors were encountered: