Fixes error on highes/lowest scale values
This commit is contained in:
@@ -41,7 +41,7 @@ const TemperatureColumn = ({
|
||||
key='fhm'
|
||||
/>}
|
||||
|
||||
{data && data.y && <DotAndLine
|
||||
{data && typeof(data.y) !== 'undefined' && <DotAndLine
|
||||
y={data.y}
|
||||
exclude={data.temperatureExclude}
|
||||
rightY={data.rightY}
|
||||
|
||||
Reference in New Issue
Block a user