|
1 | | -{ "class": "go.GraphLinksModel", |
| 1 | +{ |
| 2 | + "class": "go.GraphLinksModel", |
2 | 3 | "copiesArrays": true, |
3 | 4 | "copiesArrayObjects": true, |
4 | 5 | "nodeDataArray": [ |
|
16 | 17 | { "key": 100, "category": "DesiredEvent", "text": "Ordered!" }, |
17 | 18 | { "key": 101, "category": "DesiredEvent", "text": "Downloaded!" }, |
18 | 19 |
|
19 | | - { "key": 200, "category": "UndesiredEvent", |
| 20 | + { |
| 21 | + "key": 200, |
| 22 | + "category": "UndesiredEvent", |
20 | 23 | "reasonsList": [ |
21 | | - {"text":"Needs redesign?"}, |
22 | | - {"text":"Wrong Product?"} ]}, |
23 | | - { "key": 201, "category": "UndesiredEvent", |
| 24 | + { "text": "Needs redesign?" }, |
| 25 | + { "text": "Wrong Product?" } |
| 26 | + ] |
| 27 | + }, |
| 28 | + { |
| 29 | + "key": 201, |
| 30 | + "category": "UndesiredEvent", |
24 | 31 | "reasonsList": [ |
25 | | - {"text":"Need better samples?"}, |
26 | | - {"text":"Bad landing page for Advertising?"} ]}, |
27 | | - { "key": 202, "category": "UndesiredEvent", |
| 32 | + { "text": "Need better samples?" }, |
| 33 | + { "text": "Bad landing page for Advertising?" } |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "key": 202, |
| 38 | + "category": "UndesiredEvent", |
28 | 39 | "reasonsList": [ |
29 | | - {"text":"Reconsider Pricing?"}, |
30 | | - {"text":"Confusing Cart?"} ]}, |
31 | | - |
32 | | - { "category": "Comment", "text": "Add notes with general comments for the next team meeting" } |
| 40 | + { "text": "Reconsider Pricing?" }, |
| 41 | + { "text": "Confusing Cart?" } |
| 42 | + ] |
| 43 | + }, |
33 | 44 |
|
| 45 | + { |
| 46 | + "category": "Comment", |
| 47 | + "text": "Add notes with general comments for the next team meeting" |
| 48 | + } |
34 | 49 | ], |
35 | 50 | "linkDataArray": [ |
36 | 51 | { "from": -1, "to": 0 }, |
37 | 52 | { "from": -2, "to": 0 }, |
38 | 53 | { "from": -2, "to": 3 }, |
39 | 54 | { "from": -3, "to": 3 }, |
40 | | - { "from": 0, "to": 1 }, |
41 | | - { "from": 1, "to": 2 }, |
42 | | - { "from": 1, "to": 3 }, |
43 | | - { "from": 0, "to": 5 }, |
44 | | - { "from": 5, "to": 3 }, |
45 | | - { "from": 3, "to": 2 }, |
46 | | - |
| 55 | + { "from": 0, "to": 1 }, |
| 56 | + { "from": 1, "to": 2 }, |
| 57 | + { "from": 1, "to": 3 }, |
| 58 | + { "from": 0, "to": 5 }, |
| 59 | + { "from": 5, "to": 3 }, |
| 60 | + { "from": 3, "to": 2 }, |
47 | 61 |
|
48 | | - { "from": 3, "to": 6 }, |
| 62 | + { "from": 3, "to": 6 }, |
49 | 63 |
|
50 | | - { "from": 2, "to": 100 }, |
51 | | - { "from": 6, "to": 101 }, |
| 64 | + { "from": 2, "to": 100 }, |
| 65 | + { "from": 6, "to": 101 }, |
52 | 66 |
|
53 | | - { "from": 0, "to": 200 }, |
54 | | - { "from": 3, "to": 201 }, |
55 | | - { "from": 2, "to": 202 } |
| 67 | + { "from": 0, "to": 200 }, |
| 68 | + { "from": 3, "to": 201 }, |
| 69 | + { "from": 2, "to": 202 } |
56 | 70 | ] |
57 | 71 | } |
0 commit comments