Skip to content

Commit

Permalink
removed assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jackparse14 committed Jun 5, 2024
1 parent 738bb7b commit 15a4f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/dataViz2.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function startDataViz2() {
};

// Append circles for each data point
var circles = svg
svg
.selectAll(".node")
.data(data)
.enter()
Expand Down

0 comments on commit 15a4f8c

Please sign in to comment.