Protovis vs D3.js
I’ve done a fair amount of work with Protovis and a few things with D3. In addition to the points you mention, I think the following differences stand out for me: Where Protovis provides a simplified abstraction layer between the visual properties you’re specifying, D3 uses the actual CSS and DOM specs – so instead … Read more