Search code examples
javascripthtmlcsscsvdeveloper-tools

How to get the CSV from a visualization online?


I want to be able to get this visualization working locally on my machine :

http://www.brightpointinc.com/interactive/political_influence/index.html?source=d3js

I got the javascript, html and css files from the Resources tab in the developer tools (Rightclick + inspect element). But it wont run as I haven't got the csv files needed.

Can someone tell me if it's possible to get the csv files from the developer tools the same way i got the javascript html and css files :)


Solution

  • go to devtools -> network. refresh your browser and type in csv in the filter box example: Request URL:http://www.brightpointinc.com/interactive/political_influence/data/Contributions_Senate.csv