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 398b65e commit 49bbae6Copy full SHA for 49bbae6
lib/cli/chart.js
@@ -3,7 +3,7 @@ const chart = require('asciichart');
3
// generate chart for caes or deaths
4
exports.generate = (data, type = 'cases') => {
5
const config = {
6
- height: 12,
+ height: 7,
7
format: (x, i) => (' ' + x.toFixed(0)).slice(-' '.length)
8
};
9
chartData = Object.values(data.timeline[type]).flat();
0 commit comments