I have a need to show a bar chart that is based on time. Each bar represents a specific exercise and these exercises are measured by how long the user takes to complete them. (Like a 1 mile run for example) Thus, I need to be able to show on the chart 4:32 or :59, etc. whatever the user's time is for the given exercise. The best I have been able to do is to convert these values into a total number of seconds and display the charts that way. The problem is it's hard to get a good idea of the values as well as the charts are kind of upside down :hehe: in that a better effort is shown as a lower bar (less time = smaller bar).
Not sure there's much that can be done about the 2nd issue, but as for showing values in a time format is that something that can be done? I didn't see anything in the support documentation.
Thanks!
Pete