Highlight groups

This commit is contained in:
Ian Gulliver
2019-07-10 23:46:25 +00:00
parent dda2102f99
commit c52f93d6d2
5 changed files with 31 additions and 2 deletions

View File

@@ -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 == '') {