add base structure
This commit is contained in:
commit
c01138a81c
26 changed files with 576 additions and 0 deletions
11
data/graphConfig.yaml
Normal file
11
data/graphConfig.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
enableLegend: false
|
||||
enableDrag: true
|
||||
enableZoom: false
|
||||
base:
|
||||
node: "#284b63"
|
||||
activeNode: "#f28482"
|
||||
inactiveNode: "#a8b3bd"
|
||||
link: "#babdbf"
|
||||
activeLink: "#5a7282"
|
||||
paths:
|
||||
- /moc: "#4388cc"
|
Loading…
Add table
Add a link
Reference in a new issue