You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the typst renderer is added this issue will mean that plots such as this can't be exported to png etc.. I encountered this today whilst testing the pull request and can see others encountering this more frequently once exporting to png requires using the jsdom/typst renderer. Not sure what this would involve to fix but would getting static annotations with the tip mark to work require the same changes?
FYI @wirhabenzeit in reply to your comment on the PNG issue about what features are supported
juba
changed the title
Interactions not possible with jsdom renderer
Interactions and static tips not possible with jsdom renderer
May 19, 2024
Indeed, you're right, as static annotations use the same mark as dynamic tips, they are not supported by the jsdom renderer. This may be because jsdom doesn't support pointer interactions,
Unfortunately I'm not sure what I may do about it.
For the moment "static" plots generated as HTML or SVG by the
jsdom
renderer cannot have pointer interactions.The text was updated successfully, but these errors were encountered: