Hello,
I’m pretty new to web dev but I’ve been coding in c# for a few years.
I’ve created a console application that generates a csv, and I want to display the information from that csv in a nice way on a page.
I’ve been looking at various examples of projects that use d3 (like this https://glitch.com/~d3-svg-barchart) but I can’t really figure out how to get them working with my own csv
ideally i’d like to use this stacked bar chart example http://bl.ocks.org/wpoely86/e285b8e4c7b84710e463
i did work out how to get my csv to output to google sheets, so if its easier to get something working along that route, then i can try that instead