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 919dd40 commit 7a7d13fCopy full SHA for 7a7d13f
script.js
@@ -73,5 +73,6 @@ async function getDataAndDrawChart(showCurrent = true, showFormer = true) {
73
const filteredData = filterData(csvData, showCurrent, showFormer);
74
const cleanedData = cleanData(filteredData);
75
drawChart(cleanedData);
76
+ console.table(filteredData);
77
});
78
}
0 commit comments