TheBenderman / Senior-Design-ALS-Social-Media

4 stars 0 forks source link

Normalize Slider value for click #36

Closed KLD closed 7 years ago

KLD commented 7 years ago

Scale slider value such that ClickRate will be at the end (1.0). This will add better visual value.

Pirobi commented 7 years ago

Can be as simple as making the max value the click rate and divide every other value by the click rate?

KLD commented 7 years ago

I was thinking of something else which would've required a script for the slider, but this is easier.