Skip to content

Commit e34a7e6

Browse files
committed
first working version of directed layout
1 parent 53375d5 commit e34a7e6

4 files changed

Lines changed: 274 additions & 185 deletions

File tree

PSGraph.Common/Model/VegaDataModels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ public class GraphRecord : GraphRootRecord
1616
public int parent;
1717
}
1818

19-
public record NodeRecord(string name, int group, int index);
19+
public record NodeRecord(string name, int group, string nodeType, int index);
2020
public record LinkRecord(int source, int target, int value, int src, int tgt); //dirty hack to make vega visuals work

0 commit comments

Comments
 (0)