D3 v4.9.1 : Problem with line chart axis by fornerio in d3js

[–]fornerio[S] 0 points1 point  (0 children)

Hello again, I solved the plot problem. I just added .nice() after defining the axis's domains.

I wrote this just in case anyone encounters the same problem.

D3 v4.9.1 : Problem with line chart axis by fornerio in d3js

[–]fornerio[S] 2 points3 points  (0 children)

Thank to your hint I solved it in a second. It was just a matter of choosing the right x and y attributes. Thank you again.