adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.5k stars 1.21k forks source link

flowchart designed json response #196

Closed Madhava446 closed 4 years ago

Madhava446 commented 4 years ago

image

  1. I've designed a workflow using flowchart.js How can I get its response.
  2. Can I get events for start/stop clicks..
adrai commented 4 years ago

Sorry, I don’t understand

Madhava446 commented 4 years ago

Sorry, I don’t understand

Madhava446 commented 4 years ago

Hi Adrai,

I've designed the above workflow using drag and drop from left side controls. Can I get the response(json) of the designed work flow? My requirement is to save the workflow in db. I've some additional requirements as well. Considering start/Task/End as buttons in the above designed workflow, I want click events of the buttons. Can you please help in implementing these features? Thanks!

adrai commented 4 years ago

I’ve never seen this UI 🤷‍♂️ flowchart.js uses a text representation to generate a chart like here: http://flowchart.js.org

Madhava446 commented 4 years ago

https://github.com/visionfortech/Draw-flowchart-with-drag-and-drop-in-HTML-and-JavaScript From the above source, I've downloaded and ran the html file image

I get this. Can you please take this reference

adrai commented 4 years ago

Sorry, looks like this is not the same library. Try to create an issue here: https://github.com/visionfortech/Draw-flowchart-with-drag-and-drop-in-HTML-and-JavaScript/issues

Madhava446 commented 4 years ago

Sorry to trouble you Adrai Thanks