-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up data density graph by rendering them more coarsly (#7229)
* Closes #7223 We would render individual points a bit too often before. Even though it would only take 0.5ms on a laptop, there could be a lot of density graphs on the screen at once, and the milliseconds would add up quickly - especially on Wasm, where everything is slower.
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters