Santi Bivacqua

Results 1 comments of Santi Bivacqua

I use this simple workaround (with pattornamaly & chart.js 2.5) ```javascript const getPattern = (shape, color)=> { let rgb = Chart.helpers.colors(color) let bgPattern = pattern.draw(shape, color) return Chart.helpers.extend(bgPattern, {r: rgb.red(),...