CIQ Fit data wrongly formatted on Garmin Connect Web

I record FIT data in my CIQ datafiled, on Garmin connect Web it shows the data as integers instead of Float (wrong), while in Garmin Connect Mobile it shows the values in float, with one decimal (Correct) see screenshots: 

GC Web:

  

GC Mobile:

my code that creates the fit field:

mFitBGField = createField(
       					"Glucose", 
       					0, 
       					FitContributor.DATA_TYPE_FLOAT, 
       					{:mesgType=>FitContributor.MESG_TYPE_RECORD, :units=>"mmol" }
       	    );

Am I missing something?