-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG Plot viewer perf fix #6913
Comments
I was out for some of the discussion on this, so I wanted to bump the item for a quick recap. Current state:
Proposed solution(s):
|
One question here to examine is what do customers want from the plot viewer. We have feedback that they want it, but do they really care about zoom, pan, ect? Does just a basic image list work for 90% of users? Also are we worried enough about the perf issues here that we implement 1 - 3 quickly while we work on a bigger solution. |
Per Rich another thing could be seeing if the current SVG control will support images referenced from SVG. That way for a quick and dirty fix we can use the existing UI control to host images without UI changes and without generating SVGs. |
Not sure if this is covered in the above. It's like a combination of 5 and 6. The setting would be only whether SVG's should be generated. By default it would just be basic images. If the user wants more fidelity, they'll need to turn on the switch and understand the consequences. |
Yeah, that sounds like a useful side feature. We can support images or SVGs. But we could still have an opt-in feature to generate SVGs alongside plot images automatically. I don't think that any of the solutions here would preclude that, and it's a good idea. |
The text was updated successfully, but these errors were encountered: