Rafael Toledano Illán
Rafael Toledano Illán
I get it too. The problem seems to be here: ``` BaseChartDirective.prototype.ngOnInit = function () { this.ctx = this.element.nativeElement.getContext('2d'); this.cvs = this.element.nativeElement; this.initFlag = true; if (this.data || this.datasets) {...
In my case, wrapping the canvas element and displaying it conditionally only if the platform is browser seems to be avoiding the error, at least. The template: ``` ``` The...
I'm also seeing this with a 60,8MB stats.json file
I'm not entirely sure if this is connected, but when using the WordPunctTokenizer... is there any way to avoid converting punctuation symbols such as dots or commas into tokens? Right...