UMB-CS682-Team-02 / tracker

0 stars 1 forks source link

X axis values are unreadable on horizontal bar chart. #82

Open rouilj opened 6 months ago

rouilj commented 6 months ago

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:

image

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.