NorthwoodsSoftware / GoJS

JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
http://gojs.net
Other
7.7k stars 2.86k forks source link

Extracting user data for graphs/flowcharts rendering #202

Closed 87sam12 closed 10 months ago

87sam12 commented 11 months ago

Is there a way to extract user's input for rendering the diagrams:

Lets suppose I have a UI like below, can I easily get inputs from user within those boxes? as most of the docs I see seem to render existing data

image

I dint refer the docs much. But from whatever I saw the apis allow data to be rendered when feeded as json. But not sure whether those shapes allow data to be entered by users.

simonsarris commented 10 months ago

Yes you can set any of the TextBlock's .editable to true to allow user input.

Please use the forum for support requests.