I want to have the following style on my chart border
border-radius: 4px;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
border: solid 1px #e1e1e1;
There is shadow property for the chart but it doesn't seem to work, can someone point out my mistake?
Thanks
Here is the jsfiddle
Edit: I want it to look like this