Hi Team....
I want to show a real time chart, which show number of series at a time, and displays a value in milliseconds.I am able to do the same
But the issue arrises when this dynamic data is called through web socket and chart is generated in the web socket.There is lot of performance issue in the same.
The browser crashes as it crosses just 3 mins, and hangs up.
Scenario1:
when the web socket is called individually with the data, it is working fine.
Scenario2:
when the chart is called individually with the data, it is working fine.
Scenario3:
when the web socket and chart are called without the interaction between the two , the browser hangs up.
Scenario4:when the web socket and chart are called with the interaction between the two , the browser hangs up.
Is this the chart compatibility issue.
Please help me up for the same.
Thanks