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

Top Bar Menu not setting new values

Open esteban2006 opened this issue 6 months ago • 1 comments

Expected Behavior

when setting new value for top bar menu should display it

Current Behaviour

https://github.com/user-attachments/assets/7cd0e3c9-9847-41fe-8339-78d7f4eaf40c

watching the video above please notice the menu buttons are bieng created by never take into account the default options, also update via def set() did not work

Reproducible Example

self.chart.topbar["symbols"].set("ADAUSD")

Environment

- OS: Window 10
- name ='lightweight_charts',
    version='2.0.1',
    python='>=3.10',

esteban2006 avatar Aug 07 '24 15:08 esteban2006