wbotelhos / raty

:star2: Raty - A Star Rating Plugin
https://wbotelhos.com
MIT License
2.35k stars 650 forks source link

Turn a decimal number into star rating #154

Open kashifnaseer opened 9 years ago

kashifnaseer commented 9 years ago

I'm trying to adapt a way using Raty.js to turn a decimal number into stars. Like Decimal Number 2.20 should highlight the 2.20 stars out of 5 stars rating system. currentlty it highlights 2 stars. How i can more precisely highlight stars accoding to decimal values ? Any idea ?

currently with starHalf option it rounds the decimal numbers and show the half stars. I dont want to round and want to highlight the correct % of the stars according to decimal values......

wbotelhos commented 9 years ago

Raty does not support % highlight. Just half of full.

gizzm0 commented 9 years ago

I would really appriciate %highlighting. Perhpas you can give a shoort description what we should do? Surely we have to integrate more images into the font, i guess 1 image for each 0.1 step would be enough. The precision of the selection algorithm has to ba adapted as well as the rendering. Some advice?