Parallel Computing/Processing & Graphing with Plotly

I am working with a dataset that has hundreds of thousands of rows and over 40 variables. I need to make a multi-line chart using plotly, where each variable is a line (these are time series). However, the data is so big that plotly becomes incredibly slow.

Is there a way to use parallel computing/processing to make plotly generate a graph faster with such big data?