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