CareKit
CareKit copied to clipboard
Chart Vertical Axis Label
I believe the Chart is calculating the first axis label incorrectly. My data values are as follows
S - 188 M - 200 T - 194 W - 192 T - 190 F - 190 S - 188
It seems that the chart is drawn according to the min and max values. if that's the case I believe the 1st vertical axis label should be "194" , rather than 100 (in my example below). I tested with other values and it seems that the first label is simply 1/2 of the max value when it should be the mid point between the max and min values.

Thanks for reporting this Desmond! Can you confirm which commit you have checked out?
Is this on a version of CareKit from before or after we merged #449?
I have the most recent stable branch.
Can you try checking out a recent commit from master? We recently made a change that might fix your issue, but it hasn’t made it into a stable release yet.