Skip to content

Commit

Permalink
Fix date and chart labels
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Sep 18, 2024
1 parent f2aaf7a commit 802af21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/overview/membership/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Membership
section: overview
nicesection: True North
updated: 2024-08-09 09:47:00
updated: 2024-08-18 10:16:00
---

<details>
Expand Down Expand Up @@ -82,17 +82,17 @@ updated: 2024-08-09 09:47:00
axis: {
x: {
min: 0,
max: 50,
max: 60,
grid: { "stroke-dasharray": '6 2', "stroke-width": 1 },
ticks: [{
value: 0,
label: "0"},
{
value: 25,
label: "25"},
value: 30,
label: "30"},
{
value: 50,
label: "50"}
value: 60,
label: "60"}
]}
},
series: [{
Expand Down

0 comments on commit 802af21

Please sign in to comment.