Attempting to visualize a large dataset using D3.js has posed a challenge for me. The data size is 261 MB with approximately 400,000 rows in CSV format. Even when I attempt to run it with just 100,000 rows, the visualization does not appear on the browser. Instead, I receive a WARNING message indicating an unresponsive script - suggesting that the script may be busy or have stopped responding.
The script in question can be found here:
Interestingly, when I use a smaller sample of around 1000 rows, the visualization works perfectly fine. This raises the question of what the actual data limit is when attempting to visualize a dataset using D3.