Open
Description
Describe the bug
I have used the exact same sample which is mentioned here (with same graph data):
https://www.npmjs.com/package/react-d3-graph#usage-sample
And graph loads perfectly fine, but it shows error in console in Chrome browser:
react-dom.development.js:2320 Error: attribute d: Expected number, "MNaN,NaNA0,0 0 0,…"
Following are the current package version:
"d3": "^5.16.0",
"react": "16.12.0",
"react-d3-graph": "^2.5.0",
"react-dom": "16.12.0",
Note: I have installed d3 first and then react-d3-graph as suggested.
Please help!!