mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
fix graph
This commit is contained in:
parent
fe4a3d1f62
commit
4dd0793858
2
content/vault/.obsidian/workspace
vendored
2
content/vault/.obsidian/workspace
vendored
@ -155,7 +155,7 @@
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"active": "e6ce38905c7e26b9",
|
||||
"active": "cdd64046e6539952",
|
||||
"lastOpenFiles": [
|
||||
"taylor.md",
|
||||
"binomial series.md",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
# 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
|
||||
enableGlobalGraph: false
|
||||
enableGlobalGraph: true
|
||||
|
||||
### Local Graph ###
|
||||
|
||||
localGraph:
|
||||
enableLegend: false
|
||||
enableLegend: true
|
||||
enableDrag: true
|
||||
enableZoom: true
|
||||
depth: 1 # set to -1 to show full graph
|
||||
@ -20,7 +20,7 @@ localGraph:
|
||||
### Global Graph ###
|
||||
|
||||
globalGraph:
|
||||
enableLegend: false
|
||||
enableLegend: true
|
||||
enableDrag: true
|
||||
enableZoom: true
|
||||
depth: -1 # set to -1 to show full graph
|
||||
|
||||
Loading…
Reference in New Issue
Block a user