Fix: make percentage chart work properly

Fix: code review
This commit is contained in:
Cesar 2020-12-07 19:58:20 +00:00 committed by Josh Harvey
parent bd2d657e2c
commit 6b6d52d7b0
4 changed files with 8 additions and 148 deletions

View file

@ -8327,6 +8327,11 @@
"picomatch": "^2.0.5"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",