Custom Data Field - chart on Garmin Connect

Hi,

I was browsing the ConnectIQ store and noticed some user reviews claiming that they can display a chart of a data field in the Garmin Connect activity.

Is this really possible? Do we need to program something into our code, or does it work by default on any custom data field?

Thanks,
JF
  • Yes, it is possible. You must write code. It sounds like you should take a look at the programmer's guide documentation on FitContributor.
  • Yes, it is possible. You must write code. It sounds like you should take a look at the programmer's guide documentation on FitContributor.


    Thanks, I'll check it out!
  • Yes, it is possible. You must write code. It sounds like you should take a look at the programmer's guide documentation on FitContributor.


    Hi,

    I've followed all the steps, but where should I setup the field? The example declares the setupField method, that receives the session - is this a template method of some class, automatically called? Should I invoke the setupField (but I need to access the session...)?

    Thanks,
    JF