-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to figure rendering and sizing.
- Improves size detection logic to properly account for the size of Plotly figures. - Adds an override to directly unwrap treescope figure objects without IFrame indirection. - Fixes deferred rendering insertion to preserve the original DOM nodes and their event listeners, instead of using a copy without event listeners. - Allows collapsing automatic visualizations when used with `replace=False`. PiperOrigin-RevId: 670950158
- Loading branch information
1 parent
f18563c
commit 6f4cdce
Showing
3 changed files
with
61 additions
and
24 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
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