gka / d3-jetpack

🚀 Nifty convenience wrappers that speed up your daily work with d3.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add other transforms beside translate

agarrharr opened this issue · comments

I love the translate function that you've added, but it would be awesome if it could also do scale and rotate. I like the way that this project does it, but that's just an idea.

We typically don't use rotate or scale nearly as much as translate - if you're using them a lot, d3-transform looks like a good option.