lightweight-charts-python
lightweight-charts-python copied to clipboard
legeng.click event
Description
can i ask for function which can return which legend is clicked on chart
Code example
line = chart.create_line(name='sam')
chart.legend(visible=True)
## if sma legend is clicked return its name
eg.
name_of_legend_clicked = chart.legend_clicked()
Method of implementation
No response