ApexCharts on iOS: Error rendering data in charts causes page reload and breaks the browser, showing a black screen. #4923
Replies: 1 comment 3 replies
-
I was about to create my own post about this issue myself, glad I double check if it existed. We have the very same problem that recently started to appear on iOS devices, any page that contains an apexchart with a littles bit of data (something like 20 columns or stacked columns) crashes after a few second. We tried a few things:
Now here is the weirdest and most annoying part. In order to try to diagnose and try solution to this problem we tried reproduction this problem:
We're a bit out of ideas to try, the only next step for us would be to migrate to another library and we would rather avoid doing that. If someone has any ideas regarding this issue, please do suggest 🙏 |
Beta Was this translation helpful? Give feedback.
-
Hello, I have an issue using ApexCharts in my Angular application. Everything works correctly on desktop browsers and Android mobile devices, but on physical iOS devices (tested on Safari and Chrome), there is an error. After the data is loaded into the charts, the page reloads a few seconds later, and sometimes the browser shows a black screen with the message "An error has occurred several times."
My flow is as follows:
I have a component that filters data within a date range and emits these values to the main component. This main component updates a service that notifies other components where my charts are located.
The charts in ApexCharts are rendered based on the data provided by the service.
I checked the iPhone console, but it doesn’t show any errors.
Beta Was this translation helpful? Give feedback.
All reactions