Giter Site home page Giter Site logo

Comments (5)

seflless avatar seflless commented on May 22, 2024

Hey @robins. I'm seeing flowchart.js.org down for sure. I did a quick test locally of the following .flowchart file to check if it worked and I didn't have an issue.

simple.flowchart's content

st=>start: Start|past:>http://www.google.com[blank]
e=>end: End:>http://www.google.com
op1=>operation: My Operation|past
op2=>operation: Stuff
sub1=>subroutine: My Awesome Subroutine|invalid
cond=>condition: Yes
or No?|approved:>http://www.google.com
c2=>condition: Good idea|rejected
io=>inputoutput: catch something...|request

st->op1(right)->cond
cond(yes, right)->c2
cond(no)->sub1(left)->op1
c2(yes)->io->e
c2(no)->op2->e

I ran: diagrams flowchart simple.flowchart simple.svg and got the following svg (screenshot):
screen shot 2016-10-28 at 2 30 54 pm.

from diagrams.

seflless avatar seflless commented on May 22, 2024

I just wrapped that lib's syntax. I've definitely been considering modifying it to use my own syntax that is compatible with the .sequence one as well. It could easily be similar.

from diagrams.

seflless avatar seflless commented on May 22, 2024

Filed a ticket to flowchart.js' issue tracker: adrai/flowchart.js#92

from diagrams.

robins avatar robins commented on May 22, 2024

Guess it was about bad pseudocode from me then. Your code works well here. Thanks for a prompt response.

from diagrams.

seflless avatar seflless commented on May 22, 2024

This is fixed up stream now too.

from diagrams.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.