Pos | Player | Team | Age | {{ stat.toUpperCase() }} | |
---|---|---|---|---|---|
{{ slot }} | {{ playerSlot(pos, slot, (i - 1), 'player_name') }} | {{ playerSlot(pos, slot, (i - 1), 'team_id') }} | {{ playerSlot(pos, slot, (i - 1), 'age') }} | {{ playerSlot(pos, slot, (i - 1), stat) }} | |
Totals | {{ totalStat(stat, pos) }} | ||||
Percent to Goal | {{ ['era', 'whip'].indexOf(stat) > -1 ? Math.round((winningNumbers[stat] / totalStat(stat, pos)) * 100) + '%' : Math.round((totalStat(stat, pos) / winningNumbers[stat]) * 100) + '%' }} | ||||
Pace Per Player | {{ ['ave', 'era', 'whip'].indexOf(stat) > -1 ? '-' : paceValue(stat, pos) + '%' }} | ||||
Target Batter | {{ targetValue(stat, pos) }} |
Draft | Player | Pos | Team | Age | {{ stat.toUpperCase() }} | SGPs |
---|---|---|---|---|---|---|
{{ player.name }} | {{ players[player.player_id].espn_positions }} | {{ players[player.player_id].team_id }} | {{ players[player.player_id].age }} | {{ player[stat] }} | {{ player.sgp?.toFixed(2) }} |