seflless / diagrams

Generate Flowcharts, Network Sequence Diagrams, GraphViz Dot Diagrams, and Railroad Diagrams
MIT License
760 stars 111 forks source link

flowchart out of date #21

Open BebeSparkelSparkel opened 5 years ago

BebeSparkelSparkel commented 5 years ago

Looks like you are using flowchart 1.4 when 1.12 is out.

Also, I'm wondering if it would be possible to have flowchart be a dependency in package.json instead of in src/vendors to better track the versioning of dependencies?

BebeSparkelSparkel commented 5 years ago

looks like the package even includes release files https://github.com/adrai/flowchart.js/blob/master/release/flowchart.min.js

ashlynblack commented 2 years ago

Still an outstanding issue for me. Cannot render parallel objects.

eldrift commented 1 year ago

Hi

I installed the tool today. I tried to make a flowchart. But I only get the start node. I use CLI version.

I notice that Flowchart.js is from 2015. Is it possible to update to this version (latest):

// flowchart.js, v1.17.1 // Copyright (c)2022 Adriano Raiano (adrai). // Distributed under MIT license // http://adrai.github.io/flowchart.js

Regards Terje