Highlight groups
This commit is contained in:
@@ -27,6 +27,7 @@ class GraphGroup {
|
||||
static process(item) {
|
||||
let group = new GraphGroup();
|
||||
group.label = item.label;
|
||||
group.highlight = item.highlight;
|
||||
group.nodeLabels = new Set();
|
||||
for (let member of item.members) {
|
||||
if (member.label == '') {
|
||||
|
||||
Reference in New Issue
Block a user