Please see the code in Observablehq notebook: https://observablehq.com/@erayalan/radial-scatter-plot
I am trying to understand how I can change the size and color of each item within this piece:
data = [{ name : "foo", r: 40, theta: 1.4 },
{ name : "bar", r: 30, theta: 4.8 },
{ name : "baz", r: 60, theta: 3.05}]
Here is a snippet with sizes and colors: