nutritionix / nutrition-label

Create a FDA-style nutrition label with any nutrition data source (even the Nutritionix API - http://www.nutritionix.com/api)
http://www.nutritionix.com/
MIT License
176 stars 66 forks source link

issue with the serving weight gram on the 2018 label #74

Closed majin22 closed 7 years ago

majin22 commented 7 years ago

later on, the demo file to demonstrate this will be on these links

see the difference on the current labels:

CASE 1:

'showItemName' : false,
'valueServingUnitQuantity' : 2.3,
'valueServingSize' : 6,
'valueServingSizeUnit' : 'DONUTS',
'valueServingWeightGrams' : 23.65,

label-1

label-2



CASE 2:

'showItemName' : false,
'valueServingUnitQuantity' : 2.3,
'valueServingSize' : 6,
'valueServingSizeUnit' : '',
'valueServingWeightGrams' : 23.65,

label-3

label-4



CASE 3:

'showItemName' : true,
'valueServingUnitQuantity' : 2.3,
'valueServingSize' : 6,
'valueServingSizeUnit' : '',
'valueServingWeightGrams' : 23.65,

label-5

label-6