We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
csvSource
1 parent a537823 commit e241b28Copy full SHA for e241b28
README.md
@@ -98,7 +98,7 @@ Statically hosted JSON or CSV files can be used as data sources via the addition
98
```jsx
99
import { Tree, treeUtil } from 'react-d3-tree';
100
101
-const csvSource = 'https://raw.githubusercontent.com/bkrem/react-d3-tree/feature/add-csv-to-json-transform/examples/data/csv-example.csv';
+const csvSource = 'https://raw.githubusercontent.com/bkrem/react-d3-tree/master/docs/examples/data/csv-example.csv';
102
103
constructor() {
104
super();
0 commit comments