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 3658236 commit 1197ec8Copy full SHA for 1197ec8
lib/cli/chart.js
@@ -9,6 +9,5 @@ exports.generate = (data, type = 'cases') => {
9
height: 7,
10
format: (x, i) => x.toFixed().padStart(maxLength)
11
};
12
- console.log(history);
13
return chart.plot(chartData, config);
14
}
0 commit comments