lightweight-charts-python icon indicating copy to clipboard operation
lightweight-charts-python copied to clipboard

legeng.click event

Open armeya25 opened this issue 1 year ago • 0 comments

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

armeya25 avatar Oct 01 '24 16:10 armeya25