-
Notifications
You must be signed in to change notification settings - Fork 105
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
How to save stream output to json and json to graph #87
Comments
There is no support for this from the library but this should be doable. The demo app has a toolbar with buttons, therefore, following the example in the repo you should be able to add a save button (https://github.com/spring-projects/spring-flo/blob/main/src/demo/app/app.component.html#L20) and code a handler for it using a Flo editor handle object: |
Thanks @BoykoAlex . Also to get json, i tried this way: after that when i load saved json from external source, can i know is there any way here that the saved json to be read and show as graph? Is there any function like setGraph with json as parameter? (or) only dsl format is used to show as graph? |
I'd use the DSL as the serialization format rather than the graph |
Hi,
As i have seen that there is text-editor to show the graph output text.
But here i want to save the output as json.
And also i want the saved json as parameter and then graph can be drawn on canvas.
Is there a way like that?
Can someone help to solve the issue.
The text was updated successfully, but these errors were encountered: