added to the area graph as well

This commit is contained in:
csawatzky 2025-02-27 11:26:11 -06:00
parent e548566854
commit c03869adff

View file

@ -162,7 +162,7 @@ export default function AreaGraph(props: Props) {
} else {
str = describer.convertWithoutUnits(
roundTo(parseFloat(String(value)), 2),
// newStructure
true
);
}
return str + describer.GetUnit();