diff --git a/src/logics/graphImpl/cytoImpl.ts b/src/logics/graphImpl/cytoImpl.ts index 9c87361..184566c 100644 --- a/src/logics/graphImpl/cytoImpl.ts +++ b/src/logics/graphImpl/cytoImpl.ts @@ -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)" } }