Decision Trees - Yes / No nodes

Hello,

I’m new to GoJS, and I’d like to know if it’s all possible to create a decision tree with distinct group of decisions (shapes: Ids + texts - loaded from server side), by connecting them with Yes / No connectors to other shapes.

Any working sample would be very much appreciated.

Basically I need something like this: http://gojs.net/latest/samples/flowchart.html, though I need the connectors to by either true/false types.

Thanks!

So I assume you don’t want anything like: Decision Tree

The IVR tree sample, IVR Tree, shows a variable number of branches, but you could limit them to be true or false.

Walter Hi,

Thank you for you quick and kind reply.
I’ll look into it. Thanks!