Skip to content

Commit 2a9ac33

Browse files
committed
fix(plot) legend links was opening new tab
1 parent ef9a387 commit 2a9ac33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphtik/plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,8 +1651,8 @@ def legend(
16511651
rankdir=TB;
16521652
subgraph cluster_legend {
16531653
label="Graphtik Legend %(ver)s";
1654-
edge [target=top];
1655-
node [target=top];
1654+
edge [target=_top];
1655+
node [target=_top];
16561656
16571657
Dependencies [shape=plaintext fontsize=16 fontname="bold italic"];
16581658
Dependencies -> needs [dir=back arrowtail=inv

0 commit comments

Comments
 (0)