nylen / d3-process-map

Web application to illustrate the relationships between objects in a process using d3.js.
MIT License
417 stars 196 forks source link

Circle container instead of rounded rectangles #5

Closed katquinto closed 10 years ago

katquinto commented 10 years ago

Hello,

Can we have circle containers instead of rounded rectangles?

nylen commented 10 years ago

I chose rectangles because:

If the markers were circles, the code for collision detection and arrow length would also need to be reworked. It's doable, but I don't have time to work on it right now.