-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use correct dimensions and hoverable points for Band Plot and un…
…tangle unnecessary code (#385) * fix: use correct dimensions and hoverable points for Band Plot and untangle unnecessary code * feat: memoize the calculation of hoverable points in Band Plot * feat: remove rendering of "upper" and "lower" that are orphans without a "main" * fix: ensure "upper" and "lower" exists before creating hover point indices for them * refactor: use destructuring and short circuit * refactor: destructure the Float64Array * chore: add comment clarifying what gets rendered
- Loading branch information
Showing
10 changed files
with
1,213 additions
and
570 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
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
Oops, something went wrong.