My case is the following,
I am using Google Charts for my web application, in which I present some data in charts. The amount of data points I present, varies from some thousands to some hundred thousands.
I observed that after an amount of data points (~ 10.000) the Google Charts rendering script (the one that is downloaded from google) starts being unresponsive. As I increase the data the script fails to build the charts and my browser hangs. If I try to do something different with the data, that not includes Google Charts, the browser behaves as expected.
My computer has 8GB and 4 of them were empty while I was running those test cases.
So is there any limitation in the amount of data that Google Charts API can handle? Is this a browser / computer specific problem?
This Question is not a duplicate of: Google Chart Line, limit on the size or length of the array or data