Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 6969

Links in Group with same key members

$
0
0

@Gowrishankar wrote:

Hi Geeks,
In my case i have two groups called group1 and group2, each group has two members oneA, oneB so i want to link in group1 (oneA -> oneB) same like in group2 (oneA -> oneB)

               [ { key: "Group1", text: "Design1", isGroup: true },
                { key: "Group2", text: "Design2", isGroup: true },
                { key: "oneA", group: "Group1"},
                { key: "oneB", group: "Group1" },
                { key: "oneA", group: "Group2" },
               { key: "oneB", group: "Group2" }]

linkData:
[{ from: "oneA", to: "oneB", group: "Group1" },
{ from: "oneA", to: "oneB", group: "Group2" }]

Is it Possible? if Yes, it is not working for me... pls help me

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 6969

Trending Articles