From e9c8bde14a3faf36a985b659da3258a6a354441a Mon Sep 17 00:00:00 2001 From: zhangshun <453905631@qq.com> Date: Tue, 16 Jun 2026 10:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BASPC=E9=AA=8C=E8=AF=81=E9=A1=B5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0ECharts=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/spc_test.html | 364 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 364 insertions(+) diff --git a/public/spc_test.html b/public/spc_test.html index fcd3a61..8cb2c7a 100644 --- a/public/spc_test.html +++ b/public/spc_test.html @@ -268,6 +268,49 @@ border-radius: 8px; } + .chart-grid { + display: grid; + grid-template-columns: repeat(2, minmax(0, 1fr)); + gap: 12px; + margin-bottom: 16px; + } + + .chart-card { + border: 1px solid var(--line); + border-radius: 8px; + background: #ffffff; + overflow: hidden; + } + + .chart-card.wide { + grid-column: 1 / -1; + } + + .chart-title { + display: flex; + align-items: center; + justify-content: space-between; + min-height: 42px; + padding: 10px 12px; + border-bottom: 1px solid var(--line); + background: #f7faf8; + color: var(--muted); + font-size: 13px; + font-weight: 750; + } + + .chart { + width: 100%; + height: 300px; + } + + .chart.empty { + display: grid; + place-items: center; + color: var(--muted); + font-size: 13px; + } + table { width: 100%; border-collapse: collapse; @@ -385,6 +428,10 @@ .summary { grid-template-columns: repeat(2, minmax(0, 1fr)); } + + .chart-grid { + grid-template-columns: 1fr; + } } @media (max-width: 560px) { @@ -480,6 +527,37 @@ +
+
+
+ Xbar-R 控制图 + XR +
+
等待执行
+
+
+
+ Xbar-S 控制图 + XS +
+
等待执行
+
+
+
+ 过程能力指标 + Cp / Cpk / Pp / Ppk +
+
等待执行
+
+
+
+ 直方图与正态曲线 + Histogram +
+
等待执行
+
+
+
@@ -513,6 +591,7 @@ +