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

pull/20344/head
Caaalabash 2020-10-27 16:05:32 +08:00 committed by GitHub
parent d300b8c10e
commit b4aa2637d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@
if (typeof seriesColor === 'string') {
return {
color: seriesColor,
progress: (index + 1) * span
percentage: (index + 1) * span
};
}
return seriesColor;