Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
desafinadude committed Dec 3, 2024
1 parent 6e2e314 commit c979466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ window.addEventListener('load', function () {
const radius = Math.min(width, height) / 2 - Math.max(margin.top, margin.right);


console.log(container);
console.log(container.node());

// Set color scale
let color = d3.scaleOrdinal()
Expand Down

0 comments on commit c979466

Please sign in to comment.