Hello everyone,
I am currently learning d3.js and have already been able to build a working heatmap. Now I’m trying to create a sunburst chart. Since I’m also new to observale and don’t know how to post my code here yet, so you can find my code on JSFiddle for now.
So far everything works, but whenever the data source is updated and the .transition() gets fired, I get the following error multiple times:
attribute d: Expected arc flag (‘0’ or ‘1’), “….666,183.666,0,0.929045041148351…”
Does anyone know what the error means and how I can fix it?
I would be very grateful for any advice!
Best Regards