Skip to content

Commit 49bbae6

Browse files
committed
Reduced height chart
1 parent 398b65e commit 49bbae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const chart = require('asciichart');
33
// generate chart for caes or deaths
44
exports.generate = (data, type = 'cases') => {
55
const config = {
6-
height: 12,
6+
height: 7,
77
format: (x, i) => (' ' + x.toFixed(0)).slice(-' '.length)
88
};
99
chartData = Object.values(data.timeline[type]).flat();

0 commit comments

Comments
 (0)