0
How to use rotate() from D3.JS
rotate(a x y) of transform element takes three values in which a is degree to rotate the element and x and y are coordinates of pivot point. When I declare same pivot point but with different angles, it do not work as expected. Please help me understand.
1 Resposta
0
Can you please share the code