How to add a tooltip that shows a bar chart onto a d3.js map
问题 I have a map of the US with markers for stores in each state and currently when you hover over each marker, the name and address of that store shows up. I used a json file (us.json) to get the states coordinates and boundaries. The second json file (newstorelocations.json) contains information about each store and it's location which I used to display the markers. I used a tooltip for this. What I currently have is at: http://bl.ocks.org/binishbaig/3969ec74b485d1021034 gist: https://gist