lightweight-charts-python
lightweight-charts-python copied to clipboard
[BUG] data frame over 20000 record will not display
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