From 276254f71d8a08da3b3727b5246c245b3c5b1a80 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 22 Apr 2020 21:44:05 +0000 Subject: [PATCH] Add info about chart data --- webclient/src/Charts.js | 66 ++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/webclient/src/Charts.js b/webclient/src/Charts.js index 133a092..eff4c24 100644 --- a/webclient/src/Charts.js +++ b/webclient/src/Charts.js @@ -29,38 +29,44 @@ export function Charts(props) {

Daily since March 2nd, 2020.

- {memberCount && - - - - - - - +

+ {memberCount && + + + + + + + - + - - - - - } + + + + + } +

+ +

The Member Count is the amount of Prepaid, Current, Due, and Overdue members on Spaceport.

+ +

The Green Count is the amount of Prepaid and Current members.

);