fix graph

This commit is contained in:
jaden 2022-06-07 17:25:19 -06:00
parent fe4a3d1f62
commit 4dd0793858
2 changed files with 4 additions and 4 deletions

View File

@ -155,7 +155,7 @@
"direction": "horizontal",
"width": 300
},
"active": "e6ce38905c7e26b9",
"active": "cdd64046e6539952",
"lastOpenFiles": [
"taylor.md",
"binomial series.md",

View File

@ -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