Changing linewidth of parallel coordinates plot

I can able to change the linewidth of parallel coordinates in Ubuntu. Unfortunately it’s not working in Windows.
I figured it out that “scatter has line attribute with width”. But Parcoords doesn’t have that. I would like to implement that.
Plotly.min.js file is too big, I don’t know where to implement my changes. Can anyone assist me in this?
Thanks in advance.

That’s unfortunately a limitation of the current parcoords implementation. To keep performance very high for large parcoords plots, we had to make the line width constant.

You can subscribe to https://github.com/plotly/plotly.js/issues/2573 for the most up-to-date development info.

Thanks for your response.
If its mainly related to performance issues, then why its working in Ubuntu?
I didn’t find any performance issues after changing line width even for 100K data.