adrai / adrai/flowchart.js

Direction in conditions doesn't seem to work

Ouverte
#185 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
8.7k
Forks
1.2k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.