My webpage allows a user to select a day in a calendar and a graph is then created using that day’s csv file (on the server). Works pretty well actually, thanks… I cannot hard code the unitInterval as my data varies from a day to another. All my values are integer (they are call counts). The autoscalling functionality works, but it adds in decimal to the y axis, which makes it look messy (for instance the ticks can look like this: 0, 871.80, 1743.60, 2615.40, 3487.20, 3487.20, 4359, 5230.80, 6102.60, 6974.40, 6974.40, 7846.20, 8718, 9589.80 for data that goes from 428 to 9146.) There’s gotta be a way to force it to only display integer without assigning a unitInterval… help!