Skip to content

Commit 9714394

Browse files
committed
update
1 parent 728d220 commit 9714394

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/dot/src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const diagram = {
118118
},
119119
{
120120
'node_name': 'End',
121-
'node_id': 99999,
121+
'node_id': 12,
122122
'node_type': 'end',
123123
'count': null,
124124
'relative_frequency': null
@@ -231,7 +231,7 @@ const diagram = {
231231
},
232232
{
233233
'node_id_from': 11,
234-
'node_id_to': 99999,
234+
'node_id_to': 12,
235235
'count': 3544,
236236
'relative_frequency': 8.052,
237237
'median_throughputtime_sec': null,
@@ -263,7 +263,7 @@ const diagram = {
263263
},
264264
{
265265
'node_id_from': 2,
266-
'node_id_to': 99999,
266+
'node_id_to': 12,
267267
'count': 51023,
268268
'relative_frequency': 100.0,
269269
'median_throughputtime_sec': null,

0 commit comments

Comments
 (0)