adrai / adrai/flowchart.js

Error drawn chart

Open
#192 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8.7k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Hi,
It seems the following chart is error drawn:

```
a=>operation: a
b=>operation: b
c=>condition: yes or no
d=>operation: d
e=>operation: e
f=>operation: f

a->b(right)->c
c(yes, right)->e
c(no, top)->d // top not recognized; it seems that only 1 direction instruction of 2 branches is valid
e(top)->f // top line is drawn through operation box
```

The result chart is:
![image](https://user-images.githubusercontent.com/3304300/70295548-632bf000-1822-11ea-85bf-420d9212f5b3.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.