I'm very new to data visualization but I have to edit an example visualization given on the d3 website and customize it little bit. In the example at: http://bl.ocks.org/mbostock/4339607
I've created both the index.html file and the csv file and directly run the index.html file in the browser(chrome). But nothing is being displayed. Please guide me what I'm doing wrong.
Are you looking for an example? Your file locations need to be in the correct folders, but try using this example as a guide.
http://codepen.io/Zig_Zag/pen/YPdQKL
You can see the only thing included is the D3.js library:
It should be the same thing you are trying to do. If you need more help, make your own codepen and post it as an example so we can debug it for you.