I'm trying to make the svg circle with box-shadow on "D3 chart" like this css code:
box-shadow: 0 0 6px 1px rgba(35, 31, 32, 0.1);
background-color: #ffffff;
I put this code in svg filter element, but the result was not what I thought to make. Anyone knows how to put?
Thanks in advance. :)