mattsgreen

Results 5 comments of mattsgreen

+1 from me on this

Restyaboard is where I would like to use proxy auth. On Mon, 4 Oct 2021, 06:40 sridhar391, ***@***.***> wrote: > @mattsgreen Can you please tell us if you > are...

Something like this? Takes a while to run, though! function genNode() { return { name: "Clock", children: [...Array(12)].map((_, i) => ({ name: "Months " + ++i, children: [...Array(31)].map((_, i) =>...

Call the function within the data parameter: Sunburst() .data(genNode()) You can remove the console.log line, too 😊 `const color = d3.scaleOrdinal(d3.schemePaired); Sunburst() .data(data .excludeRoot("true") .color((d, parent) => color(parent ? parent.data.name...

Remove .label('name') .size('size')