adrai / adrai/flowchart.js

Direction in conditions doesn't seem to work

オープン
#185 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
8.7k
フォーク
1.2k
PR マージ指標
30日以内にマージされた PR はありません

説明

I am using the following script:

```
st=>start: Start
e=>end: End
opy=>operation: statements
opn=>operation: statements
cond(align-next=no)=>condition: Condition

st->cond
cond(yes,left)->opy->e
cond(no,right)->opn->e
```

The `yes` and `no` paths are always `bottom`, `right` respectively, ignoring the directions I've set.

Is there anything wrong with my script?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。