Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. d3.select(this)
  2. .transition()
  3. .attr(‘d’,d3.arc().innerRadius(radius*0.7).outerRadius(radius*1.08));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement