diff --git a/webclient/src/Charts.js b/webclient/src/Charts.js index 44ca99f..cab4fcb 100644 --- a/webclient/src/Charts.js +++ b/webclient/src/Charts.js @@ -98,15 +98,35 @@ export function Charts(props) { dataKey='signup_count' name='Signup Count' fill='#8884d8' - maxBarSize={30} + maxBarSize={20} animationDuration={1000} /> + + }

-

The Signup Count is the number of brand new account registrations per month.

+

The Signup Count is the number of brand new account registrations that month.

+ +

The Vetted Count is the number of those signups who eventually got vetted (at a later date).

+ +

The Retain Count is the number of those signups who are still a member currently.

);