| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
See also jupyter-widgets/ipywidgets#3282 |
Sorry, something went wrong.
|
I guess we need to limit yarn, see #1588 (comment) |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM! Thanks
Sorry, something went wrong.
|
meeseeksdev please backport to 0.12.x |
Sorry, something went wrong.
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
git checkout 0.12.x git pull
git cherry-pick -x -m1 55d660d4f9bc93f48ad3e55253d6d0e3a15df65a
git commit -am 'Backport PR #1531: fix: display and resize plots when not in a lumino context'
git push YOURFORK 0.12.x:auto-backport-of-pr-1531-on-0.12.x
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the Still Needs Manual Backport label once the PR gets merged. If these instructions are inaccurate, feel free to suggest an improvement. |
Sorry, something went wrong.
* fix: display and resize plots when not in a lumino context * chore: fix CI (cherry picked from commit 55d660d)
* fix: display and resize plots when not in a lumino context * chore: fix CI (cherry picked from commit 55d660d)
* fix: display and resize plots when not in a lumino context * chore: fix CI (cherry picked from commit 55d660d)
* fix: display and resize plots when not in a lumino context * chore: fix CI (cherry picked from commit 55d660d)
| Back | FazBrowse Home | New Git URL |
References
no issue for this yet
Code changes
Use a combination of IntersectionObserver and ResizeObserver instead of lumino-events to control relayouts, so this works when lumino-events are not available. This is the case when embedding bqplot in an ipyvuetify-template.
The typescript version was changed to have type support for ResizeObserver.
User-facing changes
before:
before.mp4after:
after.mp4To reproduce:
A similar PR, but without resize support: #1029