Javascript – D3 multiline grafhic Error: <path> attribute d: Expected number, "MNaN,346.47LNaN,3…"
Im trying to create a multiline graphic whith D3, in body I have this Line: <svg id="lineChart1" width="600" height="400"></svg> this is the js code: function getRandomColor() { const r = Math.floor(Math.random() * 256); const g = Math.floor(Math.random() * 256); const…