diff --git a/public/index.html b/public/index.html
index 00f67ae..bd7bd0a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -210,7 +210,7 @@
接收 (RX)
发送 (TX)
-
+
95计费 (P95)
diff --git a/public/js/chart.js b/public/js/chart.js
index bed1c19..7ee2262 100644
--- a/public/js/chart.js
+++ b/public/js/chart.js
@@ -9,7 +9,7 @@ class AreaChart {
this.data = { timestamps: [], rx: [], tx: [] };
this.animProgress = 0;
this.animFrame = null;
- this.showP95 = true;
+ this.showP95 = false;
this.dpr = window.devicePixelRatio || 1;
this.padding = { top: 20, right: 16, bottom: 32, left: 56 };