Chartjs v2 stroke shadow
问题 i would like to use a strokeshadow for my line chart. But every solution that i found works only with chartjs v1. Is their any solution for the newest one? thats what i designed with chartjs v1, but just like i said, i found no way to do it with version 2. jsfiddle Chart.types.Line.extend({ name: "LineAlt", initialize: function () { Chart.types.Line.prototype.initialize.apply(this, arguments); var ctx = this.chart.ctx; var originalStroke = ctx.stroke; ctx.stroke = function () { ctx.save();