Skip to content

Commit

Permalink
Updated format of data in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kg committed Jul 31, 2021
1 parent 5d3c845 commit 63c1b07
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,25 @@ Pipeline Editor s5 (just ui-editor)
});
render1.set_data({
"title": "Some",
"description": "Some description",
"nodes": {
"aCaqNjY": {
"name": "One",
"description": "...",
"incoming": {},
"cell_x": 1,
"cell_y": 0,
"color": "#ffffff"
"n": "One",
"d": "...",
"i": {},
"x": 1,
"y": 0,
"c": "#ffffff"
},
"kB3Cu9b": {
"name": "Two",
"description": "...",
"incoming": {
"n": "Two",
"d": "...",
"i": {
"aCaqNjY": ""
},
"cell_x": 2,
"cell_y": 2,
"color": "#ffffff"
"x": 2,
"y": 2,
"c": "#ffffff"
}
}
});
Expand Down

0 comments on commit 63c1b07

Please sign in to comment.