From 5c11f398e7db458ef8ef763ef8fddcaff1f2a879 Mon Sep 17 00:00:00 2001 From: Dario Gieselaar Date: Tue, 7 Apr 2020 17:59:02 +0200 Subject: [PATCH] =?UTF-8?q?[7.x]=20[APM]=20Service=20map=20-=20Fix=20taxi?= =?UTF-8?q?=20edge=20arrow=20orientation=20(#62=E2=80=A6=20(#62788)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Elastic Machine Co-authored-by: Oliver Gupte Co-authored-by: Elastic Machine --- .../apm/public/components/app/ServiceMap/cytoscapeOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/cytoscapeOptions.ts b/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/cytoscapeOptions.ts index 0438842f7af10..92f66f698f044 100644 --- a/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/cytoscapeOptions.ts +++ b/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/cytoscapeOptions.ts @@ -83,7 +83,7 @@ const style: cytoscape.Stylesheet[] = [ style: { 'curve-style': 'taxi', // @ts-ignore - 'taxi-direction': 'rightward', + 'taxi-direction': 'auto', 'line-color': lineColor, 'overlay-opacity': 0, 'target-arrow-color': lineColor,