FitContributor.MESG_TYPE_LAP and MonkeyGraph

Hi,
Recently I realized that my MESG_TYPE_LAP doesn't shown correctly on monkeyGraph and I don't know if it's cause any error on my code or whats going on.
The fact is on GC it looks pretty well.
GC:


MonkeyGraph:

Someone view different representation betweent MonkeyGraph an GC with FitContributor.MESG_TYPE_LAP?
Why my 5 laps looks like this in MonkeyGraph? 

The lap number is the same as the fitfield id makes me suspicious...

Fields are:

mLapWaveDistanceField = mSession.createField(
            "LapWaveDistance",
            5,
            FitContributor.DATA_TYPE_UINT32,
            {:mesgType => FitContributor.MESG_TYPE_LAP}
        );

mLapWaveTimeField = mSession.createField(
            "LapTimeOnWave",
            6,
            FitContributor.DATA_TYPE_STRING,
            { :count => 32, :mesgType => FitContributor.MESG_TYPE_LAP}
        );
...
<fitContributions>
    <fitField
        id="5"
        displayInActivityLaps="true"
        sortOrder="4"
        precision="-1"
        dataLabel="@Strings.wavedistlap_label"
        unitLabel="@Strings.wavedist_units"  />
   
    <fitField
        id="6"
        displayInActivityLaps="true"
        sortOrder="5"
        precision="-1"
        dataLabel="@Strings.wavetimelap_label"
        unitLabel="@Strings.wavetime_units"  />

</fitContributions>


Just to know, at least works as expected on the watch app :)

Best,

Top Replies

All Replies