Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.
/ liandi Public archive

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Aug 28, 2020
1 parent 9666513 commit 336157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/graph/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class Graph extends Model {
.attr("style", "width: " + width + "px; height: " + height + "px;");
svg.append("svg:defs").append("svg:marker")
.attr("id", "triangle")
.attr("refX", 10)
.attr("refX", 12)
.attr("refY", 3)
.attr("stroke-opacity", 0.36)
.attr("markerWidth", 6)
Expand Down

0 comments on commit 336157a

Please sign in to comment.