I have a SVG (d3.js) visualization which takes some seconds to gather and render all necessary elements.
Now I'd like to have some kind of loader image/text asking my user to wait until it is ready.
I can do it using jQuery, externally of my SVG, but I'd like to "lock" my svg brush/etc and, somehow, only enable my visualization whenever it is ready ! (whenever all async/sync ajax calls are done).
Any insight is highly appreciated !
Cheers.,