Note that the labels for the X axis are unreadable. There are a couple of ways to handle this:
1) reduce the density of the labels so they don't label tic marks 0.2, 0.4 ... but label the tic marks at value 1, 2, 3
2) reduce the density of the tic marks on the X axis so they only occur for values 1, 2, 3 etc
3) rotate the labels so they aren't horizontal but angles
Looking at a horizontal bar chart at:
http://localhost:8080/demo/issue?@template=chart&@charttype=horizontalbarchart&@columns=title,id,activity,status,assignedto&@sort=activity&@group=priority&@filter=id&@pagesize=50&@startwith=0&id=1,2,3,4,5,6,7,8
I see:
Note that the labels for the X axis are unreadable. There are a couple of ways to handle this: 1) reduce the density of the labels so they don't label tic marks 0.2, 0.4 ... but label the tic marks at value 1, 2, 3 2) reduce the density of the tic marks on the X axis so they only occur for values 1, 2, 3 etc 3) rotate the labels so they aren't horizontal but angles
I think #1 and #2 are preferable.