Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus committed Feb 8, 2024
1 parent 728d220 commit 9714394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/dot/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const diagram = {
},
{
'node_name': 'End',
'node_id': 99999,
'node_id': 12,
'node_type': 'end',
'count': null,
'relative_frequency': null
Expand Down Expand Up @@ -231,7 +231,7 @@ const diagram = {
},
{
'node_id_from': 11,
'node_id_to': 99999,
'node_id_to': 12,
'count': 3544,
'relative_frequency': 8.052,
'median_throughputtime_sec': null,
Expand Down Expand Up @@ -263,7 +263,7 @@ const diagram = {
},
{
'node_id_from': 2,
'node_id_to': 99999,
'node_id_to': 12,
'count': 51023,
'relative_frequency': 100.0,
'median_throughputtime_sec': null,
Expand Down

0 comments on commit 9714394

Please sign in to comment.