Maximum Number of plots loadable at once

Hi all, I had a question because I’m making my first data visualization app. If my dataset is M rows x N cols, I would like to produce N scatter plots, one per each column that has one data point for each of the M values in that row. My question is, when the page loads, how many plots can I have on the page before the site gets overloaded with too much information?

I just tried with one data set and I have 78 plots on my screen, each with about 5000 points or so. It took my page no more than a minute to load and all the graphs booted up fine, but with larger datasets I wonder how many plots the screen can handle before crashing. (Or, maybe there is no limit!)

Would anyone be able to answer this question or share their experience? Thank you.