I\'m using chart.js to build a line chart. I was wondering if it is possible to add a drop shadow to the line chart I\'m displaying. To clarify I mean add a dro
chart.js
You can use filters:
g.ct-series {filter:url(#shadow);}