We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964b1c4 commit 86b889aCopy full SHA for 86b889a
utils/getCountryChart.js
@@ -21,7 +21,7 @@ module.exports = async (spinner, countryName, { chart, log }) => {
21
);
22
process.exit(0);
23
}
24
- const logScale = x => x;
+ let logScale = x => x;
25
if (log) {
26
logScale = x => (x === 0 ? undefined : Math.log(x));
27
0 commit comments