tvjsx/tvjs-xp

Performance problem when grid-resize and index-based are BOTH enabled. Possible solutions?

NekoApocalypse opened this issue · 0 comments

How to reproduce

  • Dataset: 720 bars of OHLCV data on main chart. Two off charts, each contains a single Spline.

  • Set index-based to true in App1.vue.

  • Run npm run dev, zoom out, then drag around. Performance is bad.

  • Check grid-resize off in the extensions drop down menu, then performance is good again.


The problem occurs only when BOTH index-based and grid-resize are enabled at the same time.

I wouldn't mind fixing the problem myself if I can identify the cause. Any ideas?