apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

apexcharts downloaded png only shows first 16384px in Firefox #223

Open Andranik-89 opened 1 year ago

Andranik-89 commented 1 year ago

Hi everyone, we use apexharts in our Angular project and I noticed that the apexcharts downloaded png is only showing the first 16384px in Firefox (in Chrome it's twice as more). Please see this in screenshot: image

I also created a stackblitz eg with huge amount of data, where you can see that ng-2charts Canvas only renders the first 16384px in Firefox - https://stackblitz.com/edit/github-nlvlrr-mwudnj?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html,tsconfig.json&preset=node . Maybe these two problems are somehow related. Thanks everyone beforehand!