In my application, I can draw circles with draw2d.js I'd like to know how I can draw circles around a main circle (here is lightblue).
I'd like to make it dynamically, because I could have more than 200 circles, so I need to calculate coords compared to the main circle.
But I need to avoid the red zone, I don't want to draw circles at 360°
Example below: