Javascript – D3.js join function breaks the donut chart SVG structure
I'm trying to implement something like "Gauge graph" (or donut chart) using D3.js for dataset that represents binding between statuses of network devices and quantity of devices having such status: { "Operational": 1, "Warning": 4, "Offline": 2, ... } Dataset…