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

[BUG] Markers dont work on subchart

Open walkira opened this issue 5 months ago • 0 comments

Expected Behavior

On main chart it draws markers, but not in subchart

Current Behaviour

When chart2.marker() is set for subchart, it doesnt draw them

Reproducible Example

for index, row in data.iterrows():
            if row['BUY'] == True:
                chart2.marker(time=row['date'], color='#5fd41c', position='below', shape='arrow_up')

Environment

- OS: win 11
- Library: 2.1

walkira avatar Sep 28 '24 19:09 walkira