Relative Content

Tag Archive for reactjsnext.jsd3.js

React and D3 problems and qustions

I’m currently working on a NextJS app. Majority of the app comprises of data visualization and after some “research” I decided to incorporate D3.js. Can’t say it was easy (could not find any current examples/tutorials), but I think I got the basics down. There are, however, some problems/questions I have. I was following this example by Observable + some modifications/additions.
I’m open to criticism, pointers or maybe some conventions I should know about.

D3.js cannot parse csv

I’m trying to import a csv using d3.csvParse, but for some reason it’s not loading my csv file.