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
Hi Markus, that's a good suggestion. I'm wondering how to accomplish this, however. Since ShiViz is browser-side only, the best we can do is export a png/jpg/svg of the graph for download. Without server-side support, I'm not sure how to share state between users (perhaps through an external service?).
(Obviously, sharing the log with reg-exps embedded is the best way to share state, but this is limited since you can't share a 'view' that has been dynamically constructed, which I'm assuming is the motivation for your requst.)
Perhaps not an option for larger log files, but a graphviz editor serializes the input and appends it to the URL when sharing. For larger log files, Shiviz could load the log file from a URL given to it as a parameter?
It would be great if one could share links to rendered graphs.
The text was updated successfully, but these errors were encountered: