-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix conflicts * Add some labels in data/default.js * Update snapshots * Minor tweaks align feature with master * Update link.spec.js since JSON render tree changed with nesting <path> in <svg> * Global link.renderLabel property to globaly disable labels on links * In sandbox/utils merge the default config with the dataset config * Add e2e tests for link label feature * Add image to document links label feature
- Loading branch information
1 parent
ec853f9
commit 3854c48
Showing
15 changed files
with
780 additions
and
610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,147 +1,147 @@ | ||
module.exports = { | ||
links: [ | ||
{ | ||
source: 'Androsynth', | ||
target: 'Chenjesu' | ||
source: "Androsynth", | ||
target: "Chenjesu", | ||
}, | ||
{ | ||
source: 'Androsynth', | ||
target: 'Ilwrath' | ||
source: "Androsynth", | ||
target: "Ilwrath", | ||
}, | ||
{ | ||
source: 'Androsynth', | ||
target: 'Mycon' | ||
source: "Androsynth", | ||
target: "Mycon", | ||
}, | ||
{ | ||
source: 'Androsynth', | ||
target: 'Spathi' | ||
source: "Androsynth", | ||
target: "Spathi", | ||
}, | ||
{ | ||
source: 'Androsynth', | ||
target: 'Umgah' | ||
source: "Androsynth", | ||
target: "Umgah", | ||
}, | ||
{ | ||
source: 'Androsynth', | ||
target: 'VUX' | ||
source: "Androsynth", | ||
target: "VUX", | ||
}, | ||
{ | ||
source: 'Chenjesu', | ||
target: 'Mycon' | ||
source: "Chenjesu", | ||
target: "Mycon", | ||
}, | ||
{ | ||
source: 'Chenjesu', | ||
target: 'Spathi' | ||
source: "Chenjesu", | ||
target: "Spathi", | ||
}, | ||
{ | ||
source: 'Chenjesu', | ||
target: 'Umgah' | ||
source: "Chenjesu", | ||
target: "Umgah", | ||
}, | ||
{ | ||
source: 'Chenjesu', | ||
target: 'VUX' | ||
source: "Chenjesu", | ||
target: "VUX", | ||
}, | ||
{ | ||
source: 'Ilwrath', | ||
target: 'Spathi' | ||
source: "Ilwrath", | ||
target: "Spathi", | ||
}, | ||
{ | ||
source: 'Ilwrath', | ||
target: 'Umgah' | ||
source: "Ilwrath", | ||
target: "Umgah", | ||
}, | ||
{ | ||
source: 'Ilwrath', | ||
target: 'VUX' | ||
source: "Ilwrath", | ||
target: "VUX", | ||
}, | ||
{ | ||
source: 'Mycon', | ||
target: 'Umgah' | ||
source: "Mycon", | ||
target: "Umgah", | ||
}, | ||
{ | ||
source: 'Mycon', | ||
target: 'VUX' | ||
source: "Mycon", | ||
target: "VUX", | ||
}, | ||
{ | ||
source: 'Umgah', | ||
target: 'VUX' | ||
source: "Umgah", | ||
target: "VUX", | ||
}, | ||
{ | ||
source: 'Androsynth', | ||
target: 'Guardian' | ||
source: "Androsynth", | ||
target: "Guardian", | ||
}, | ||
{ | ||
source: 'Chenjesu', | ||
target: 'Broodhmome' | ||
source: "Chenjesu", | ||
target: "Broodhmome", | ||
}, | ||
{ | ||
source: 'Ilwrath', | ||
target: 'Avenger' | ||
source: "Ilwrath", | ||
target: "Avenger", | ||
}, | ||
{ | ||
source: 'Mycon', | ||
target: 'Podship' | ||
source: "Mycon", | ||
target: "Podship", | ||
}, | ||
{ | ||
source: 'Spathi', | ||
target: 'Eluder' | ||
source: "Spathi", | ||
target: "Eluder", | ||
}, | ||
{ | ||
source: 'Umgah', | ||
target: 'Drone' | ||
source: "Umgah", | ||
target: "Drone", | ||
}, | ||
{ | ||
source: 'VUX', | ||
target: 'Intruder' | ||
} | ||
source: "VUX", | ||
target: "Intruder", | ||
}, | ||
], | ||
nodes: [ | ||
{ | ||
id: 'Androsynth' | ||
id: "Androsynth", | ||
}, | ||
{ | ||
id: 'Chenjesu' | ||
id: "Chenjesu", | ||
}, | ||
{ | ||
id: 'Ilwrath' | ||
id: "Ilwrath", | ||
}, | ||
{ | ||
id: 'Mycon' | ||
id: "Mycon", | ||
}, | ||
{ | ||
id: 'Spathi' | ||
id: "Spathi", | ||
}, | ||
{ | ||
id: 'Umgah' | ||
id: "Umgah", | ||
}, | ||
{ | ||
id: 'VUX' | ||
id: "VUX", | ||
}, | ||
{ | ||
id: 'Guardian', | ||
symbolType: 'square' | ||
id: "Guardian", | ||
symbolType: "square", | ||
}, | ||
{ | ||
id: 'Broodhmome', | ||
symbolType: 'square' | ||
id: "Broodhmome", | ||
symbolType: "square", | ||
}, | ||
{ | ||
id: 'Avenger', | ||
symbolType: 'square' | ||
id: "Avenger", | ||
symbolType: "square", | ||
}, | ||
{ | ||
id: 'Podship', | ||
symbolType: 'square' | ||
id: "Podship", | ||
symbolType: "square", | ||
}, | ||
{ | ||
id: 'Eluder', | ||
symbolType: 'square' | ||
id: "Eluder", | ||
symbolType: "square", | ||
}, | ||
{ | ||
id: 'Drone', | ||
symbolType: 'square' | ||
id: "Drone", | ||
symbolType: "square", | ||
}, | ||
{ | ||
id: 'Intruder', | ||
symbolType: 'square' | ||
} | ||
] | ||
id: "Intruder", | ||
symbolType: "square", | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.