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
I would like to use the Graphml diagram report but unfortunately it doesn't work for me.
I can't open the graphml file created in YEdStateMachineReportGeneratorTest in Gephi (desktop version) or in Yed browser live version (https://www.yworks.com/yed-live/)
I just saved the result of "cleanedReport" variable in a file with graphml extension.
What I am doing wrong ?
Thx
The text was updated successfully, but these errors were encountered:
It’s probably a change in the way that Yed stores the graph in the graphml file that results in an incompatibility.
So the solve this, the report generator needs probably to be updated.
I guess that you could copy the yEd generator to your code and see if you can change it.
But be aware that this is a cumbersome job because there is no documentation on how yEd stores the graph. I had to reverse engineer from a saved graph made with yEd.
Hi,
This library seems awesome !
I would like to use the Graphml diagram report but unfortunately it doesn't work for me.
I can't open the graphml file created in YEdStateMachineReportGeneratorTest in Gephi (desktop version) or in Yed browser live version (https://www.yworks.com/yed-live/)
I just saved the result of "cleanedReport" variable in a file with graphml extension.
What I am doing wrong ?
Thx
The text was updated successfully, but these errors were encountered: