const arc = d3.arc(); arc({ innerRadius: "0", outerRadius: 100, startAngle: 0, endAngle: Math.PI / 2 });