Last active
October 17, 2021 17:33
-
-
Save adamfeuer/4d737c7169a5cdfa592c47d33cfb87be to your computer and use it in GitHub Desktop.
test data for line / tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "flare", | |
"children": [{ | |
"name": "analytics", | |
"children": [{ | |
"name": "cluster", | |
"children": [{ | |
"name": "AgglomerativeCluster", | |
"size": 3938 | |
}, | |
{ | |
"name": "CommunityStructure", | |
"size": 3812 | |
}, | |
{ | |
"name": "HierarchicalCluster", | |
"size": 6714 | |
}, | |
{ | |
"name": "MergeEdge", | |
"size": 743 | |
} | |
] | |
}] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment