Job pay graph Y axis shows fractions of jobs
jace opened this issue · 2 comments
jace commented
This should not happen as the count of jobs should be whole numbers:
We've solved for this in the job detail page by specifying a custom Y axis. The same approach can be used on the job pay graph.
hasjob/hasjob/templates/detail.html.jinja2
Lines 492 to 503 in 5e99e7d
jace commented
Specifying values may not actually work, as sometimes there are hundreds of jobs and we don't want a tick for each digit. We only want the floor to be integers instead of fractions. There may be another way to achieve that.
jace commented