Skip to content

Commit 0e3f1b1

Browse files
committed
pranier
1 parent aa70d21 commit 0e3f1b1

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

test/plots/greek-gods.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,16 @@ Chaos Tartarus`.split("\n");
5555
marks: [
5656
Plot.link(gods, Plot.treeLink({stroke: "node:internal", delimiter: " "})),
5757
Plot.dot(gods, Plot.treeNode({fill: "node:internal", delimiter: " "})),
58-
Plot.text(gods, Plot.treeNode({text: "node:name", stroke: "var(--plot-background)", fill: "currentColor", dx: 6, delimiter: " "}))
58+
Plot.text(
59+
gods,
60+
Plot.treeNode({
61+
text: "node:name",
62+
stroke: "var(--plot-background)",
63+
fill: "currentColor",
64+
dx: 6,
65+
delimiter: " "
66+
})
67+
)
5968
]
6069
});
6170
});

0 commit comments

Comments
 (0)