manduriomane

Results 4 comments of manduriomane

Hi, I added this patch and now it works: ``` using FileReader (function () { File.prototype.arrayBuffer = File.prototype.arrayBuffer || myArrayBuffer; Blob.prototype.arrayBuffer = Blob.prototype.arrayBuffer || myArrayBuffer; function myArrayBuffer() { // this:...

Hi, I have the same problem. I load chart.j dinamically in an angular app