Adriano Raiano

Results 751 comments of Adriano Raiano

hmmm.... I'm open to extend this, but currently I've 0 time for this. Feel free to try a PR...

No idea, but PRs are always welcome ;-)

could be because of raphaeljs

No, but feel free to provide a PR.

Have you included the raphael script? https://github.com/adrai/flowchart.js/blob/master/example/index.html#L9

Sorry, I'm not familiar with angular... but when I open your files, I get: ![image](https://user-images.githubusercontent.com/1086194/74527437-f91c7f00-4f25-11ea-81b0-19de53d5b936.png)

Can you create a codesandbox example?

This works: ``` st=>start rule=>parallel: Write Rules eval=>condition: Evaluate baderr=>operation: Analyze Errors study=>operation: Study the problem launch=>operation: Launch st->eval(yes)->launch eval(no, bottom)->baderr->study->rule rule(path1)->eval ```