Page becomes unresponsive when data added to amChart4 through socket
问题 I'm displaying 3 charts (Gauge chart, Pie chart, XYChart) -using amChart4 and I'm fetching data from backend (sqlite3). Here I'm using some real time data i.e., for every minute data is added in database and I'm fetching that data and displaying it in chart. In order to fetch regularly I'm using socket . After some time page becomes unresponsive (chrome alert msg). It crashes. Below is my code for the client-side (Front end). product.service.ts init() { this.getConfig(); this._todayWithSec =