Plotting Points on a Map with d3.js
For this project, I have a map of India in d3, with seperation by province. I'm trying to add points onto the map, but it just isn't working for me. The nodes are supposed to become bigger and smaller based on the amount of complaints that is specified in the csv file. Here is my code: visualize.html <!DOCTYPE html> <html lang="en"> <head> <!-- India State Map --> <title>India Map</title> <!-- Scripts --> <script type="text/javascript" src="d3.min.js"></script> <script type="text/javascript" src="d3.geo.min.js"></script> <style type="text/css"> svg { background: #fff; } #india { fill: #95a5a6;