Skip to content

Commit

Permalink
Merge branch 'master' of github.com:varg-dev/treemap-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Feb 21, 2025
2 parents 819c296 + dbde4df commit 05befb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ export class Configuration {
(labels.names as object) = Object.fromEntries(this._labels.names as Map<number, string>);
}

// Needed ?
// if (labels.additionallyLabelSet && typeof labels.additionallyLabelSet !== "string") {
// (labels.additionallyLabelSet as Array<number>) = Array.from((this._labels.additionallyLabelSet as Set<number>).values());
// }

return labels;
}

Expand Down Expand Up @@ -464,6 +469,7 @@ export namespace Configuration {
numTopWeightNodes?: number;
numTopHeightNodes?: number;
numTopColorNodes?: number;
additionallyLabelSet?: BufferIdentifier | Set<number>;
}

}

0 comments on commit 05befb5

Please sign in to comment.