I would like you to advise me based on your experience to represent data through graphs or charts, what happens is that I have a database in sql server, it contains more than 30,000 records, when making certain queries, this can give me as a result, 10,000 or more records. The problem arises when I have to represent this data in a graph, I have used chart js, but at the moment of showing the graphics it gets very slow due to the amount of data, I have also used highcharts and it goes great, the problem is that it is not open source and my client does not have to pay the license, finally also try to use dygraphs, but it turns out that when the dates are the same, it only shows me one and not all the dates as it should be.
At this point, I do not know which option to use, that is open source and has the ability to represent a considerable amount of data, would help me a lot if they could advise me another library to carry out this process.