Skip to content

Commit 7a7d13f

Browse files
committed
Log filtered data
1 parent 919dd40 commit 7a7d13f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ async function getDataAndDrawChart(showCurrent = true, showFormer = true) {
7373
const filteredData = filterData(csvData, showCurrent, showFormer);
7474
const cleanedData = cleanData(filteredData);
7575
drawChart(cleanedData);
76+
console.table(filteredData);
7677
});
7778
}

0 commit comments

Comments
 (0)