From 7a9bd5531ef5a543416f88b2d3582689bb8eef01 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 12 Jan 2026 11:29:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Pareto=20Y=E8=BD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pareto.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pareto.jsx b/src/components/Pareto.jsx index febd65b..628d03d 100644 --- a/src/components/Pareto.jsx +++ b/src/components/Pareto.jsx @@ -58,7 +58,7 @@ const ParetoChart = ({ data, xField, yField, thresholds = { A: 80, B: 90 }, titl Cumulative: { // min: 0, label: { - formatter: (val) => `${val}%`, + formatter: (val) => `${val}`, }, }, },