State chart

Hi,

How I can create state chart diagram using GoJs.?
This Diagram generated from table. Means node value come from table.

I’m not sure what you mean, exactly.

GoJS contains several state-chart-like examples, with their data drawn from a JSON source. Example: http://www.gojs.net/latest/samples/stateChart.html

Node data that generates the Diagram needs to be turned into model data, either by formatting it as JSON or formatting it into a series of JavaScript objects.