How to change the maximum limit csv file?

I’m trying to make a surface plot with the example provided by the plotly tutorial in javascript:

However, my csv file has a size of 70 MB, and I can not visualize the plot, I have to use a smaller size to do it, but this does not work for my application, I have to visualize the surface plots with large csv files. I need change the limit, how I can do it?

plotly.js doesn’t have a size limit. Your computer does though. But yeah 70MB probably will make our surface implementation sluggish on any computer at the moment, unfortunately.

So, do you have some idea to solve my problem?, please