crossproduct / ProgressCircle

ProgressCircle makes generating circular progress meters in your HTML easy without relying on extra frameworks.
19 stars 3 forks source link

stopValue and set() using integers? #3

Closed kpowick closed 10 years ago

kpowick commented 10 years ago

The Option stopValue and Function set() indicate an integer value between 0 and 1. Aren't these really decimal (float) values between 0 and 1? e.g. 0.25, 0.50, 0.75, etc.

It's easy enough to figure out, but slightly confusing, to me anyway. I think that either the documentation should be clarified, or the code changed to actually use integers between 0 and 100.

crossproduct commented 10 years ago

You're absolutely correct, and thanks for the feedback! Let me fix that ASAP!