@@ -412,7 +412,7 @@ export default class ThresholdsChart extends PureComponent<Props, State> {
}${
Math.abs(changePercentage) === Infinity
? `∞`
- : Math.abs(changePercentage)
+ : Math.abs(changePercentage).toFixed(2)
}%</span></span>`;
},
@@ -687,7 +687,7 @@ class MetricChart extends React.PureComponent<Props, State> {
}%</span>`,
`</div>`,
`<div class="tooltip-arrow"></div>`,