adrai / adrai/flowchart.js

Error drawn chart

オープン
#192 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。