wimbarelds / TimeCircles

jQuery plugin to show time since or time until a specific time
295 stars 149 forks source link

Adjust gap between canvas circles #122

Open Patskimoto opened 8 years ago

Patskimoto commented 8 years ago

Hi,

Not so much an 'issue' but more of a query. Trying to find the part of code where I can reduce the distance/padding between the canvas circles (then I can adjust the css to that) - don't mind if I have to do it manually. Currently the gap between the circles drawn is relative to the size of the container I believe. I want to be able to have large circles that are very close together.

EDIT: I've figured out how to reduce the gap between, you can close this :)

Thanks.