How to apply a filter and mesh to a D3 Choropleth
问题 I'm working with a variation of Bostock's Quantile Choropleth. I've have successfully scaled the projection and integrated my own data. I am also currently filtering the json counties data to only include county ids starting with the state id of 48. It all works perfectly, however, I still need to apply the .mesh function to combine the arcs between bordering counties. Otherwise, when I add a hover affect I get strangely uneven borders. I tried replacing the data call with a datum(mesh) call