Flowchart start to the right
- Dominant language
- JavaScript
- Stars
- 8.7k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100