-
Notifications
You must be signed in to change notification settings - Fork 498
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
Allow graph exports #7884
Comments
linking a past request for something similar: #4615 |
Looking into this more, I think cytoscape supports exporting as png and jpg with minimal effort: https://js.cytoscape.org/#core/export I would be happy with something at least and the options for the png and jpg options are the same with the exception of the quality parameter. How hard would be be to expose this as a button/menu option somewhere on the UI? Would such a path be supported even if it were easy? |
Just in time for Kiali's deprecation of cytoscape and move to PatternFly :) @jshaughn perhaps we should submit an enhancement request to the PatternFly folks (or maybe they already support this?). |
@jmazzitelli I'm poking around and asking in PFT Slack. There is code that can export what's on-screen, such that you don't have to do a screen shot yourself. But, I don't think a full export of what's on and off-screen exists, now do I know if it's really feasible. Will keep asking around... |
Any update on this from the PFT people? |
No obvious solution, right now. One more suggestion to try before I add it is an RFE for PFT topology. Still not sure it's possible. |
What do you want to improve?
Allow exports of the entire graph that would be should at the current zoom level if the screen was infinitely bit.
We have people that want to have networking references for our cluster/s, and even if they have to pan around, it's helpful to have an SVG somewhere we can put on confluence, print on extra extra extra large paper, etc.
What is the current behavior?
To capture the graph visually, you need to do a screen capture
What is the new behavior?
Add a way for a user to export the entirety of the graph as it would be displayed if the screen was infinitely big (i.e. preserve the font, edges, boxes, and other settings as they are for the export).
The text was updated successfully, but these errors were encountered: