diff --git a/src/containers/Sensors/SensorGraphIAQ.js b/src/containers/Sensors/SensorGraphIAQ.js index 228053331a9920c19aab50ed21625df4b8a13318..8c4aa948de9db7e82c0d72441ba218e5386411d2 100644 --- a/src/containers/Sensors/SensorGraphIAQ.js +++ b/src/containers/Sensors/SensorGraphIAQ.js @@ -420,7 +420,19 @@ class SensorGraphIAQ extends Component { {this.renderLatestReadings()}
-

Temperature

+

+ Temperature + {' '} + + + + + Threshold determined using the OSHA. 2003 standard + +

{this.state.temperatureTimeseries.length > 0 && @@ -449,7 +461,7 @@ class SensorGraphIAQ extends Component { id="y" label="°F" min={0} - max={120} + max={100} width="50" type="linear" format=".2f" @@ -459,7 +471,13 @@ class SensorGraphIAQ extends Component { + @@ -473,7 +491,9 @@ class SensorGraphIAQ extends Component {

Humidity {' '} - + + + @@ -539,7 +559,9 @@ class SensorGraphIAQ extends Component {

CO2 {' '} - + + + Chemicals {' '} - + + + Dust {' '} - + + + -