SamAmco / track-and-graph

An android app for tracking personal data and creating custom graphs
GNU General Public License v3.0
438 stars 40 forks source link

Feature Request: Fixed Scaling for Vertical Y Axis Histogram #176

Closed chendy closed 1 year ago

chendy commented 2 years ago

The vertical axis scaling of the histogram is confusing. The value shown isn't the same as the value of the tracker. For example, if I put 3 units of reading. It shows up as 0.6 on the vertical Y axis.

  1. An option to have direct number representation would be good.
  2. An option to specific fixed scaling, like what is available for the line graph.

Thanks well done to you guys! : )

SamAmco commented 2 years ago

Hi, the Y-Axis of a histogram should really be thought of more like a percentage. The summation of the area of the bars should add up to 100% (or 1.0 in the case of track & graph) .. Each bar represents the sum of many data points and its height represents that sum in relation to the other bars. I suppose i could allow you to see the raw sum value for each bar, but I wouldn't think it would make much sense in most context's.

SamAmco commented 1 year ago

I changed this to a percentage and owing to the lack of response i'm going to close this issue for now.