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

[BUG] data frame over 20000 record will not display

Open esteban2006 opened this issue 6 months ago • 0 comments

Expected Behavior

All data pass in chart.set() or chart.update() should display on the window chart

Current Behaviour

any data set over 20000 records will not display the chart

Example with 20000 records

https://github.com/user-attachments/assets/069997e7-ac27-4934-be2f-626d45d22810

Example with over 20000 records

https://github.com/user-attachments/assets/bf61c4c6-dec5-4117-b78e-0ba9f3e343e8

Reproducible Example

if self.chart_first_run or self.makert_has_changed or self.time_has_changed:
                self.chart.set(new_data)

Environment

- OS: Windown-s
- Library: v2.0.1

esteban2006 avatar Aug 14 '24 15:08 esteban2006