tweaking it again
This commit is contained in:
parent
239e69cfcb
commit
a7a8eed01e
1 changed files with 2 additions and 2 deletions
|
|
@ -211,8 +211,8 @@ export default function GateDeltaTempGraph(props: Props){
|
|||
/>
|
||||
<SingleSetAreaChart
|
||||
data={data}
|
||||
minY={(user.tempUnit() === pond.TemperatureUnit.TEMPERATURE_UNIT_FAHRENHEIT ? -4 : -20)}
|
||||
maxY={(user.tempUnit() === pond.TemperatureUnit.TEMPERATURE_UNIT_FAHRENHEIT ? 68 : 20)}
|
||||
minY={(user.tempUnit() === pond.TemperatureUnit.TEMPERATURE_UNIT_FAHRENHEIT ? -40 : -20)}
|
||||
maxY={(user.tempUnit() === pond.TemperatureUnit.TEMPERATURE_UNIT_FAHRENHEIT ? 40 : 20)}
|
||||
tooltipLabel="Delta Temp"
|
||||
tooltipUnit={user.tempUnit() === pond.TemperatureUnit.TEMPERATURE_UNIT_FAHRENHEIT ? " °F" : " °C"}
|
||||
yAxisLabel={"Delta T" + (user.tempUnit() === pond.TemperatureUnit.TEMPERATURE_UNIT_FAHRENHEIT ? " °F" : " °C")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue