diff --git a/webclient/src/Charts.js b/webclient/src/Charts.js index 7b9e02e..6c3f7a7 100644 --- a/webclient/src/Charts.js +++ b/webclient/src/Charts.js @@ -380,7 +380,7 @@ export function Charts(props) {

Retained Count: number of those signups who are still a member currently.

-
Dust Level
+
Protodust Level

Averaged every 15 minutes for the past week. They are cheap sensors so don't trust the absolute value of the readings.

@@ -390,7 +390,7 @@ export function Charts(props) { moment(t).format('ddd h:mm a')} minTickGap={10} /> - + v.toFixed(2) + ' μg/m³'} labelFormatter={t => 'Time: ' + moment(t).format('ddd h:mm a')} /> @@ -410,7 +410,7 @@ export function Charts(props) { moment(t).format('ddd h:mm a')} minTickGap={10} /> - + v.toFixed(2) + ' μg/m³'} labelFormatter={t => 'Time: ' + moment(t).format('ddd h:mm a')} />