2022-06-01 15:49:27 +03:00
|
|
|
# if true, a Global Graph will be shown on home page with full width, no backlink.
|
|
|
|
# A different set of Local Graphs will be shown on sub pages.
|
|
|
|
# if false, Local Graph will be default on every page as usual
|
2022-06-06 18:49:01 +03:00
|
|
|
enableGlobalGraph: false
|
2022-06-01 15:49:27 +03:00
|
|
|
|
|
|
|
### Local Graph ###
|
|
|
|
|
2022-06-02 10:16:02 +03:00
|
|
|
localGraph:
|
|
|
|
enableLegend: false
|
|
|
|
enableDrag: true
|
|
|
|
enableZoom: true
|
|
|
|
depth: 1 # set to -1 to show full graph
|
|
|
|
scale: 1.2
|
|
|
|
repelForce: 2
|
|
|
|
centerForce: 1
|
|
|
|
linkDistance: 1
|
|
|
|
fontSize: 0.6
|
|
|
|
opacityScale: 3
|
2022-06-01 15:49:27 +03:00
|
|
|
|
|
|
|
### Global Graph ###
|
|
|
|
|
2022-06-02 10:16:02 +03:00
|
|
|
globalGraph:
|
|
|
|
enableLegend: false
|
|
|
|
enableDrag: true
|
|
|
|
enableZoom: true
|
|
|
|
depth: -1 # set to -1 to show full graph
|
|
|
|
scale: 1.4
|
|
|
|
repelForce: 1
|
|
|
|
centerForce: 1
|
|
|
|
linkDistance: 1
|
|
|
|
fontSize: 0.5
|
|
|
|
opacityScale: 3
|
2022-06-01 15:49:27 +03:00
|
|
|
|
2022-06-02 10:16:02 +03:00
|
|
|
### For all graphs ###
|
2022-06-01 15:49:27 +03:00
|
|
|
|
2021-07-18 16:35:42 +03:00
|
|
|
paths:
|
2022-06-01 15:49:27 +03:00
|
|
|
- /moc: "#4388cc"
|