Acknowledged
CIQQA-4590

Garmin Connect Web not showing negative values for IQ data chart

The Garmin Connect Web view for an activity no longer shows the chart for an IQ data field correctly - any negative values are not plotted and are missing from the chart. This is a new bug: it used to work correctly up to a week or so ago. It still works correctly in Garmin Connect Android App.

This is reported to me by a user, and I have confirmed it my self. See also: https://forums.garmin.com/apps-software/mobile-apps-web/f/garmin-connect-web/440640/garmin-connect-web-not-showing-negative-values-for-iq-data-chart

  • NOTE: I tried the workaround by creating the field as a SIGNED INTEGER, multiplying the value by 100, and then using the FIT precision = 2. This is supposed to cause the FIT plot to divide the value by 100, effectively creating a two decimal place floating point from the integer value. This also caused the Garmin Connect WEB rendering to show only ZEROS for the negative values.