added true to fix the tooltip on the chart
This commit is contained in:
parent
9633fb7bb6
commit
e548566854
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ export default function MultiLineGraph(props: Props) {
|
||||||
{...props}
|
{...props}
|
||||||
valueFormatter={value => {
|
valueFormatter={value => {
|
||||||
return describer.convertWithUnits(
|
return describer.convertWithUnits(
|
||||||
roundTo(parseFloat(String(value)), 2)
|
roundTo(parseFloat(String(value)), 2), true
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue