After conducting a thorough search, I couldn't find any article similar to what I'm working on for my ASP.Net MVC4 project.
The main challenge we're facing is drawing charts with AJAX and JavaScript for extremely large amounts of data. For instance, we are dealing with waveform charts that contain over 75,000 data points.
Our current solution using JQWidgets worked well during initial tests but started experiencing slow load times when handling large datasets.
We also experimented with HighCharts, which began to exhibit performance issues when dealing with extensive amounts of data (we're not considering filtering or summarizing data at the moment).
It's crucial for us to display a significant number of data points as we need to visualize sensor generated waveforms.
I'm confident that others have encountered similar challenges, so I'm reaching out to see if anyone can provide insights on this matter.