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,11 +40,10 @@ arc = (
.cornerRadius(8)
)
py = d3.select("#py")
py.select(".loading").remove()
canvas = d3.select("#canvas")
svg = (
py.append("svg")
canvas.append("svg")
.attr("viewBox", "-320 -320 640 640")
.attr("width", 400)
.attr("height", 400)