Skip to content

Commit

Permalink
use plain text in legend
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Oct 24, 2024
1 parent bcc72af commit 02985c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function drawLegend(
.data("subclone", subclone);

legendGroup
.text(subclone)
.plain(subclone)
.font({
family: "sans-serif",
size: props.fontSize,
Expand Down

0 comments on commit 02985c8

Please sign in to comment.