8values / 8values.github.io

The 8values political quiz
MIT License
983 stars 409 forks source link

Decimal points #98

Open endolith opened 5 years ago

endolith commented 5 years ago

The results say things like "73.8%"which seems unrealistically accurate. Say "74%" instead?

JoshuaKimsey commented 5 years ago

Well, the values are hard coded for each answer, so the decimal point is perfectly valid from a mathematical standpoint. However, from a display standpoint on the user's end, I wouldn't be opposed to the values showing a rounded number, as to make the graphs a bit more clean looking.

Genora51 commented 4 years ago

One possible solution to this, so that people can see the specific value but still have nice clean graphs, is to keep the decimal point on the larger graph and use a rounded value on the smaller canvas image.

Not sure whether that would be better or worse than the current setup though.

phoebe-leong commented 3 years ago

Maybe there could be an option to show the results in more detail but default to showing the simplified version (rounded version)