tradingview / lightweight-charts

Performant financial charts built with HTML5 canvas
https://www.tradingview.com/lightweight-charts/
Apache License 2.0
8.83k stars 1.54k forks source link

Load animation #1627

Closed xuzhaobin closed 1 week ago

xuzhaobin commented 2 weeks ago

Can add a data loading animation like this? 20240702153907_rec_

SlicedSilver commented 2 weeks ago

You could try adding the data points one at a time (using series.update()), or create a plugin which draws a white box over the chart and then moves to the right (revealing the underlying line).

There are not plans to add animations like this into the base library.