Performance problem when grid-resize and index-based are BOTH enabled. Possible solutions?
NekoApocalypse opened this issue · 0 comments
NekoApocalypse commented
How to reproduce
-
Dataset: 720 bars of OHLCV data on main chart. Two off charts, each contains a single
Spline
. -
Set
index-based
totrue
inApp1.vue
. -
Run
npm run dev
, zoom out, then drag around. Performance is bad. -
Check
grid-resize
off in theextensions
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?