added to the area graph as well
This commit is contained in:
parent
e548566854
commit
c03869adff
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ export default function AreaGraph(props: Props) {
|
||||||
} else {
|
} else {
|
||||||
str = describer.convertWithoutUnits(
|
str = describer.convertWithoutUnits(
|
||||||
roundTo(parseFloat(String(value)), 2),
|
roundTo(parseFloat(String(value)), 2),
|
||||||
// newStructure
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return str + describer.GetUnit();
|
return str + describer.GetUnit();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue