{{ tr('graphLegend') }}
| Ingredient | Weight ({{ unitW }}) | % | Act |
|---|---|---|---|
| 🌾 {{ tr('totalFlour') }} ({{ isImperial ? gToOz(totalFlourWeight) : totalFlourWeight }}{{ unitW }}) | |||
| ↳ | f.weight = isImperial ? ozToG(e.target.value) : Math.round(Number(e.target.value))" min="0" step="any"> | updateFlourPct(fIndex, e.target.value)" style="width: 50px;">% | |
| 💧 {{ tr('otherIng') }} | |||
| updateIngredientWeight(index, isImperial ? ozToG(e.target.value) : Number(e.target.value))" min="0" step="any"> | % | ||