We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47767fc commit 8ecf631Copy full SHA for 8ecf631
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graph-creator",
3
- "version": "0.7.5",
+ "version": "0.7.6",
4
"main": "index.html",
5
"window": {
6
"height": 1024,
src/fileWrite.js
@@ -422,6 +422,9 @@ function parseGraph(graph){
422
group: 'nodes',
423
data: {
424
id: sourceNode
425
+ },
426
+ style: {
427
+ label: sourceNode
428
}
429
});
430
}catch(err){}
@@ -456,6 +459,9 @@ function parseGraph(graph){
456
459
457
460
458
461
id: targetNode
462
463
464
465
466
467
0 commit comments