From 98b67c431b6cf72a88abf4476dc85f28d1087f10 Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 11 Sep 2019 20:32:59 +0200 Subject: [PATCH] docs(example): use correct id --- example/SimpleGraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/SimpleGraph.js b/example/SimpleGraph.js index f0091cb7..5fa9acc4 100644 --- a/example/SimpleGraph.js +++ b/example/SimpleGraph.js @@ -81,7 +81,7 @@ class App extends PureComponent { { source: '3', target: '4', type: 'step' }, { source: '3', target: '5' }, { source: '5', target: '6__b' }, - { source: '5', target: '6', type: 'step', animated: true, style: { stroke: '#FFCC00' } }, + { source: '5', target: '6__a', type: 'step', animated: true, style: { stroke: '#FFCC00' } }, { source: '6', target: '7', style: { stroke: '#FFCC00' }}, ] };