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}`, }, }, },