Chart does not refresh after sometime if we plot every seconds for 40 mins

Using the below versions with the React Electron app. 


"react": "^18.2.0"
 "@syncfusion/ej2-react-charts": "24.2.9",
    "@syncfusion/ej2-react-inputs": "24.2.9",
    "@syncfusion/ej2-react-pdfviewer": "24.2.9",
    "@syncfusion/ej2-react-progressbar": "24.2.9",

The charts are drawn with the timer on receiving data from a machine. The issue I am facing is if I am plotting the chart for 40 mins every seconds it stops updating 5 mins or 10 mins before time completes.

1 Reply

DG Durga Gopalakrishnan Syncfusion Team June 12, 2024 03:05 PM UTC

Hi Geeta,


Greetings from Syncfusion.


We have ensured your reported scenario by updating the chart series datasource for each second up to 40 mins, the chart update is not stopped before the time completes. We have attached the tested sample for your reference.


Sample : https://stackblitz.com/edit/react-sjenfu


If you are still facing problem, please try to replicate an issue in above sample or share us issue reproduced sample which will be helpful to analyze further and assist you better.


Regards,

Durga Gopalakrishnan.


Loader.
Up arrow icon