We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataset: 720 bars of OHLCV data on main chart. Two off charts, each contains a single Spline.
Spline
Set index-based to true in App1.vue.
index-based
true
App1.vue
Run npm run dev, zoom out, then drag around. Performance is bad.
npm run dev
Check grid-resize off in the extensions drop down menu, then performance is good again.
grid-resize
extensions
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andgrid-resize
are enabled at the same time.I wouldn't mind fixing the problem myself if I can identify the cause. Any ideas?
The text was updated successfully, but these errors were encountered: