Ok, I finally got around to updating my SVG web statistics, a little over a month since I first posted them. Many thanks to Johan, Rob and Jonathan for handy code and suggestions. I hope you like it. It's located at the same place as before.
I've added some drag interactivity to it. At this time it is quite responsive in IE+ASV, but less so in other implementations (Firefox 1.5 and Opera 9 TP2). Dragging using my library is slightly slower than it used to be because, in order to get "slider" dragging, I had to add constraints to each draggable entity (so that you can't freeform move it around the page). This adds conditional checking every time the entity is dragged, but I see no way around this. Hopefully smart guys like Johan will take a look at my JS and show me the idiocy of my ways. 😉