hiding option, readme

This commit is contained in:
2025-11-04 22:35:21 -07:00
parent cf5df577f5
commit f879f9afa8
3 changed files with 53 additions and 10 deletions

View File

@@ -5,13 +5,15 @@
"TestC": [300, 0, -200, true],
"TestE": [1200, 0, 200, "Displayed Name"],
"TestFarLeft": [-200, 5000, 50],
"TestFarBottomRight": [1200, 0, 2000, true]
"TestFarBottomRight": [1200, 0, 2000, true],
"Hidden Node": [0, 0, 0, false]
},
"edges": [
["TestA", "TestB"],
["TestA", "TestC"],
["TestB", "TestC"],
["TestC", "TestE"],
["TestE", "TestFarLeft"]
["TestE", "TestFarLeft"],
["Hidden Node", "TestC", false]
]
}