Skip to content

Commit

Permalink
adding latest political compass results
Browse files Browse the repository at this point in the history
  • Loading branch information
gregology committed Jan 3, 2023
1 parent 9584300 commit 65b2ad1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions compass.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ var economicChartData = {
}, {
t: new Date(2022, 7, 19),
y: -7.25
}, {
t: new Date(2023, 1, 2),
y: -6.88
}
],
borderColor: '#70c1b3',
Expand All @@ -60,7 +63,7 @@ var economicChartData = {
type: "line",
mode: "vertical",
scaleID: "x-axis-0",
value: new Date(2021, 4, 1),
value: new Date(2021, 8, 1),
borderColor: "rgba(0,0,0,0)",
borderWidth: 0,
label: {
Expand All @@ -75,7 +78,7 @@ var economicChartData = {
type: "line",
mode: "vertical",
scaleID: "x-axis-0",
value: new Date(2021, 4, 1),
value: new Date(2021, 8, 1),
borderColor: "rgba(0,0,0,0)",
borderWidth: 0,
label: {
Expand Down Expand Up @@ -141,6 +144,9 @@ var socialChartData = {
}, {
t: new Date(2022, 7, 19),
y: -6.36
}, {
t: new Date(2023, 1, 2),
y: -6.92
}
],
borderColor: '#70c1b3',
Expand All @@ -161,7 +167,7 @@ var socialChartData = {
type: "line",
mode: "vertical",
scaleID: "x-axis-0",
value: new Date(2021, 4, 1),
value: new Date(2021, 8, 1),
borderColor: "rgba(0,0,0,0)",
borderWidth: 0,
label: {
Expand All @@ -176,7 +182,7 @@ var socialChartData = {
type: "line",
mode: "vertical",
scaleID: "x-axis-0",
value: new Date(2021, 4, 1),
value: new Date(2021, 8, 1),
borderColor: "rgba(0,0,0,0)",
borderWidth: 0,
label: {
Expand Down

0 comments on commit 65b2ad1

Please sign in to comment.