I am working on a little project that has a lot of D3 shapes, and a few google map markers. The problem is that : most of the markers appear behind the D3 circles. I have tried changing the z-index of both the circles, and the markers, by making the z-index of d3 very small, and the markers very big, and that did not help either.
Any help will be really appreciated. I have tried a wide range of z-index values and none seems to work.
Thanks a lot in advance.