adrai / adrai/flowchart.js

Error drawn chart

未关闭
#192 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
8.7k
派生
1.2k
PR 合并指标
30 天内没有已合并 PR

描述

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)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。