Skip to content

Commit 86b889a

Browse files
committed
👌 IMPROVE: Chart
1 parent 964b1c4 commit 86b889a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/getCountryChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = async (spinner, countryName, { chart, log }) => {
2121
);
2222
process.exit(0);
2323
}
24-
const logScale = x => x;
24+
let logScale = x => x;
2525
if (log) {
2626
logScale = x => (x === 0 ? undefined : Math.log(x));
2727
}

0 commit comments

Comments
 (0)