react-stockcharts icon indicating copy to clipboard operation
react-stockcharts copied to clipboard

Crosshair freezes for some seconds after ClickCallback onClick event

Open flolege opened this issue 4 years ago • 0 comments

I use the onClick event of the ClickCallback component to trigger some (very fast) calculations.

Even when these calculations are done in miliseconds, from time to time the Crosshair freezes for some seconds. I can not see any CPU activity in this timeframe.

The calculations produce data for another smaller chart on the same window. This chart is also created and updated within miliseconds. But maybe this has something to do with it?

flolege avatar Apr 21 '20 05:04 flolege