From 4dd0793858efd692ab00798305840466b84e5d0a Mon Sep 17 00:00:00 2001 From: jaden Date: Tue, 7 Jun 2022 17:25:19 -0600 Subject: [PATCH] fix graph --- content/vault/.obsidian/workspace | 2 +- data/graphConfig.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/vault/.obsidian/workspace b/content/vault/.obsidian/workspace index be3f45473..359751214 100644 --- a/content/vault/.obsidian/workspace +++ b/content/vault/.obsidian/workspace @@ -155,7 +155,7 @@ "direction": "horizontal", "width": 300 }, - "active": "e6ce38905c7e26b9", + "active": "cdd64046e6539952", "lastOpenFiles": [ "taylor.md", "binomial series.md", diff --git a/data/graphConfig.yaml b/data/graphConfig.yaml index a6f916acb..6a52f1846 100644 --- a/data/graphConfig.yaml +++ b/data/graphConfig.yaml @@ -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