I tried, but could not find a similar article, so I apologize if I missed any.
I am working on a project based on ASP.Net MVC4.
We need to draw diagrams (using AJAX, JavaScript) for very large amounts of data .
eg. we need to draw signal diagrams that contain 75,000 + data points.
We have so far implemented the solution using JQWidgets. This was used to work perfectly with our initial tests, but the charts save a lot of time to load when they are represented by large amounts of data.
We also tried HighCharts, but it also started to slow down with large amounts of data (filtering or summarizing data is currently not an option).
Please understand that we need to display a large amount of data, since we need to visualize the generated waveforms.
I am sure that I am not the only one who has encountered this problem, so I was wondering if any of you can shed light on the problem.
javascript ajax charts asp.net-mvc-4
Menol
source share