Commit b4aa2637 authored by Caaalabash's avatar Caaalabash Committed by GitHub

fix(progress): fix attribute error (#19985)

parent d300b8c1
......@@ -216,7 +216,7 @@
if (typeof seriesColor === 'string') {
return {
color: seriesColor,
progress: (index + 1) * span
percentage: (index + 1) * span
};
}
return seriesColor;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment