From 8a30b6ec52dfef5bc6d6a696747c4966ef4fd5f0 Mon Sep 17 00:00:00 2001 From: Greg Clarke Date: Wed, 19 Jul 2023 15:26:49 -0400 Subject: [PATCH] updating compass with mid year results --- compass.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compass.md b/compass.md index 3ad628b..0c61a80 100644 --- a/compass.md +++ b/compass.md @@ -43,6 +43,9 @@ var economicChartData = { }, { t: new Date(2023, 1, 2), y: -6.88 + }, { + t: new Date(2023, 7, 19), + y: -5.5 } ], borderColor: '#70c1b3', @@ -147,6 +150,9 @@ var socialChartData = { }, { t: new Date(2023, 1, 2), y: -6.92 + }, { + t: new Date(2023, 7, 19), + y: -7.18 } ], borderColor: '#70c1b3',