mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -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",
|
"direction": "horizontal",
|
||||||
"width": 300
|
"width": 300
|
||||||
},
|
},
|
||||||
"active": "e6ce38905c7e26b9",
|
"active": "cdd64046e6539952",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"taylor.md",
|
"taylor.md",
|
||||||
"binomial series.md",
|
"binomial series.md",
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# if true, a Global Graph will be shown on home page with full width, no backlink.
|
# 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.
|
# A different set of Local Graphs will be shown on sub pages.
|
||||||
# if false, Local Graph will be default on every page as usual
|
# if false, Local Graph will be default on every page as usual
|
||||||
enableGlobalGraph: false
|
enableGlobalGraph: true
|
||||||
|
|
||||||
### Local Graph ###
|
### Local Graph ###
|
||||||
|
|
||||||
localGraph:
|
localGraph:
|
||||||
enableLegend: false
|
enableLegend: true
|
||||||
enableDrag: true
|
enableDrag: true
|
||||||
enableZoom: true
|
enableZoom: true
|
||||||
depth: 1 # set to -1 to show full graph
|
depth: 1 # set to -1 to show full graph
|
||||||
@ -20,7 +20,7 @@ localGraph:
|
|||||||
### Global Graph ###
|
### Global Graph ###
|
||||||
|
|
||||||
globalGraph:
|
globalGraph:
|
||||||
enableLegend: false
|
enableLegend: true
|
||||||
enableDrag: true
|
enableDrag: true
|
||||||
enableZoom: true
|
enableZoom: true
|
||||||
depth: -1 # set to -1 to show full graph
|
depth: -1 # set to -1 to show full graph
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user