Skip to content

Commit

Permalink
merge proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-at-sri committed Aug 22, 2024
1 parent 94fbbef commit 01b058d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logics/graphImpl/cytoImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ export function getCytoGraph(container?: HTMLElement, data?: GraphData, options?
style: {
width: 1,
"curve-style": "bezier",
"target-arrow-shape": 'triangle',
"target-arrow-shape": 'triangle',
"text-rotation": "autorotate",
"label": "data(label)"
}
}
Expand Down

0 comments on commit 01b058d

Please sign in to comment.