What I would like to do is display a bar graph in Garmin Connect (on the phone) after an activity from the watch is downloaded. The bar graph would have a custom string below each bar, like so:
| | | | | |
A B C
Say you did string A 5 times, that bar would be height 5, etc for B and C, with possibly even 15-20 bars. Is it possible to have custom strings on Garmin Connect graphs or am I limited to numbers with a limited set of vertical/horizontal axes like speed/elapsed time/etc (none of which are the actual units I want)?
An example of the kind of info I want to send in my app is for instance workout success metrics:
Failed workout - 0 - "Failed"
Got through it but cheated - 1 - "Cheated"
Got through it but difficult - 2 - "Tough"
Succeeded and it felt good - 3 - "Success"
Succeeded and it was too easy - 4 - "Easy"
These are not exact examples, but are close enough. Obviously representing this kind of information with a number is fairly useless, unless the axis that measures these also has labels for each numerical value.