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 de1b51e commit bad370bCopy full SHA for bad370b
src/CChart.js
@@ -47,7 +47,6 @@ const CChart = props => {
47
return labels
48
}
49
const emptyLabels = Array(dataset.length).fill('')
50
- console.log(emptyLabels, dataset)
51
if (labels === 'indexes') {
52
return emptyLabels.map((u, i) => i + 1)
53
} else if (labels === 'months') {
0 commit comments