update dist and lib

This commit is contained in:
JM
2020-01-16 10:23:42 +08:00
parent d15bcf34cb
commit 4b69668327
4 changed files with 7 additions and 7 deletions

View File

@ -118,7 +118,7 @@ export default {
const sum = value.reduce((all, v) => all + v, 0)
const percent = parseInt(value[activeIndex] / sum * 100) || 0
const percent = parseFloat(value[activeIndex] / sum * 100) || 0
return {
content: '{nt}%',