I have the following query SELECT COUNT('Tickets.Ticket Mask ID') AS Total FROM 'Tickets', 'Users' WHERE 'Tickets.Creation Date' >= mktime(0,0,0,1,1,2012) AND 'Tickets.Creation Date' <= mktime(0,0,0,11,4,2012) GROUP BY 'Users.User Organization' the report output with a nice chart. However, on the Y axis, it shows scales of 0 - 20.24 - 40.48 - 60.72 - 80.96 and 101.2. Why the ticket count is displayed in decimals?
The Y-axis issue exists for all the reports. This need to be fixed in a future edition so Y values are "normalized" in all cases. Another example is entries like 19.74, 38.75 and 59.36 insteasd of 20, 40, 60 seconds.
These values are automatically calculated by thirt-party charts engine. Anyway we will normalize them! See also: http://dev.kayako.com/browse/SWIFT-2533