Higher resolution charts in Wasm #211
Answered
by
LukaOber
JaminMartin
asked this question in
Q&A
-
|
Hi, I have just been playing around with the wasm leptos and dioxus examples. I have noticed that they are quite low res images, is it possible to render them to svg? when I use plotly-rs they remain crisp at different browser zoom levels. Is this already a feature that I am just missing? |
Beta Was this translation helpful? Give feedback.
Answered by
LukaOber
Dec 18, 2025
Replies: 1 comment 5 replies
-
|
I am not quite sure if I understand what you mean. What exactly is low res, the graph you see in the UI or a downloaded image? Can you provide me with an example and some screenshots? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have updated the leptos example here with some more options and switched to the svg render (you also need to add js_sys to your dependencies). Please feel free to ask more questions if needed: