I have two D3.js charts I am trying to display on a single html page. One is a funnel chart (sourced from here: https://github.com/smilli/d3-funnel-charts); the other is a Datamap of the USA with bubbles placed on it.
The funnel chart works fine until the datamap code is added; then only the funnel chart doesn;t fully render all its layers. The problem somehow gets worse when the page is reloaded.
I am new to D3, so I would be forever grateful if someone could explain how I can prevent the second chart from conflicting(?) with the rendering of the first.
Here is the example code:http://jsbin.com/dozer/1/edit