Request:
diff --git a/frontend/src/modules/Servicemap/utils.ts b/frontend/src/modules/Servicemap/utils.ts
index 72fb61782a..775af2a3b8 100644
--- a/frontend/src/modules/Servicemap/utils.ts
+++ b/frontend/src/modules/Servicemap/utils.ts
@@ -63,7 +63,7 @@ export const getGraphData = (serviceMap: serviceMapStore): graphDataType => {
width,
color,
nodeVal: width,
- callRate: service.callRate,
+ callRate: service.callRate.toFixed(2),
errorRate: service.errorRate,
p99: service.p99,
};