javascript - Is it possible to combine Morris.js (RaphaelJS) with Web Workers? -


i'm trying use web workers improve performance of website, generates graphs using library morris (which in turn uses raphael). problem morris manipulates dom (not much, pass div graph drawn). understand web workers not allow manipulate dom. has tried combine these 2 elements (morris -or raphael- , web workers)?

thanks in advance!

pd: excuse bad english.

raphael creates svg nodes in dom bigger issue. seaching way let time consuming rendition of complex stuff in worker.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -