Skip to content

Commit 2a5017b

Browse files
committed
Changed font color for legend.
1 parent 35d1653 commit 2a5017b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linkManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export class LinkManager {
345345
this.currentTagColorIndex = (this.currentTagColorIndex + 1) % this.categoricalColors.length;
346346

347347
// Create and add the label
348-
const textL = new Text(linkString, { fontFamily: 'Arial', fontSize: 14, fill: 0x000000 });
348+
const textL = new Text(linkString, { fontFamily: 'Arial', fontSize: 14, fill: this.textColor });
349349
textL.x = this.xOffset;
350350
textL.y = this.yOffset;
351351
renderer.px.stage.addChild(textL);

0 commit comments

Comments
 (0)