adrai / adrai/flowchart.js

Flowchart getting disturbed clicking on 'run' button more times

未关闭
#34 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
8.7k
派生
1.2k
PR 合并指标
30 天内没有已合并 PR

描述

s=>start: Start
e=>end:
condition0=>condition: If
condition1=>condition: If
condition2=>condition: If
condition3=>condition: If

s->condition0
condition0(yes)->e
condition0(no)->condition1
condition1(yes)->e
condition1(no)->condition2
condition2(yes)->e
condition2(no)->condition3
condition3(yes)->e
condition3(no)->e
![reportissue](https://cloud.githubusercontent.com/assets/8789865/4284484/a3cfbce4-3d7c-11e4-8ec3-b64c6b24fbb3.JPG)
checked with given example i.e index.html
After clicking more number of times on run on flowchart is getting change ... which is issue !
Please any solution for that..
Thanks in advance ! :)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。