freyastreamlit / streamlit-lightweight-charts

Streamlit wrapper for lightweight-charts
MIT License
146 stars 31 forks source link

Tooltips on a pane #38

Closed timesavingbee closed 10 months ago

timesavingbee commented 10 months ago

Please let me know how to apply tooltips on a pane as described on the page linked below. https://tradingview.github.io/lightweight-charts/tutorials/how_to/tooltips#floating-tooltip

freyastreamlit commented 10 months ago

@timesavingbee

At present, it is not possible to achieve that due to the limitation of exposing JavaScript events, such as 'subscribeCrosshairMove', to Python.

Your request aligns with the issue described here: https://github.com/freyastreamlit/streamlit-lightweight-charts/issues/32 - I'll let you know if there are any developments.

Best,

Joe

timesavingbee commented 10 months ago

Thank you so much for your kind and quick reply~! And then I will get those info from issue #32.