Unified naming patterns

This commit is contained in:
2022-08-30 22:24:07 +02:00
parent 334eaa346f
commit 759a5835f7
4 changed files with 6 additions and 12 deletions

View File

@@ -40,10 +40,9 @@ fetch(url)
.padAngle(2 / 300)
.cornerRadius(8);
const js = d3.select("#js");
js.select(".loading").remove();
const canvas = d3.select("#canvas");
const svg = js
const svg = canvas
.append("svg")
.attr("viewBox", "-320 -320 640 640")
.attr("width", 400)