Dear Community members,
I am currently working with a large amount of data to be rendered using Plotly.js. I have seen that using D3.js one can try to do manipulation on the server side to avoid the DOM nodes taking a lot of time and avoid making the browser crash or not responding for a certain time. I was wondering if there is something that I can do when using Plotly.js and put the computation on the server-side (i.e., voiding client-side computing) to avoid crashing/not responding browser and making client-side less computation intensive?
Unfortunately, plotly.js is not fully functional in node.js (even with jsdom) at the moment (our latest attempt is here, if you’re interested), but we are planning on getting it to work at some point.
Hello Etienne, I don’t know if it’s correct to ask here, if not my apologizes, but I’m really interested about server side pdf rendering with plotly, I don’t know where to check about news on that topic?
or server-side e.g. using Ubuntu’s convert utility
We won’t put any serious work into making plotly.js compatibly in node.js until jsdom adds support for browser objects we currently use in plotly.js. See https://github.com/tmpvar/jsdom/issues/1368 for more information.