Skip to content

Commit

Permalink
feat: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
muziejus committed Dec 12, 2024
1 parent d293c3c commit 286783c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/myscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ d3.select("#temperature").on("input", function() {

const makeChart = (temperature, csvData) => {
const {meanTrips, data} = filterData(temperature, csvData);
console.log(data);
const x = data.map(n => n[0]);
const y = data.map(n => n[1]);
const xScale = d3.scaleBand(
Expand Down

0 comments on commit 286783c

Please sign in to comment.