Flowchart start to the right
- Vorherrschende Sprache
- JavaScript
- Sterne
- 8.7k
- Forks
- 1.2k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Tried this one on the web site:
```
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Is it fun?:>http://www.google.com
io=>inputoutput: catch something...
st(right)->op1(right)->cond
cond(yes, right)->sub1(right)->op1
cond(no)->io(right)->e
```
Start to op1 draws downwards, expected to draw to the right
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start by reproducing the supplied flowchart text on the project website and compare the rendered direction of the start-to-operation edge with the requested rightward layout. Trace the website's flowchart rendering entry point and layout handling for directional links. Done means the example renders the start-to-operation connection to the right without regressing the other links.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- data-visualization, frontend
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 38/100