mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
|
|
# If enableColumnLayout: true in config.yaml, then you have
|
|
# the possiblity of showing a global graph by clicking on an
|
|
# icon at the top right corner of the graph window. To do so,
|
|
# configure below enableGlobalGraph: true
|
|
|
|
# If enableColumnLayout: false, then you have the possiblility
|
|
# to show a Global Graph on home page with full width, no backlink
|
|
# by setting below enableGlobalGraph: true. A different set of
|
|
# Local Graphs will be shown on sub pages.
|
|
|
|
enableGlobalGraph: true
|
|
|
|
### Local Graph ###
|
|
|
|
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
|
|
|
|
### Global Graph ###
|
|
|
|
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
|
|
|
|
### For all graphs ###
|
|
|
|
paths:
|
|
- /moc: "#4388cc"
|