UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

19 lines (18 loc) 486 B
export default { extract: {}, transform: { transformer: 'listOfMatches', changeToOutcome: { 1: 'win', 0: 'loss' } }, calculate: { orderBy: ['winningPercentage', 'wins'] }, visualize: { visualizer: 'classic', columns: ['position', 'item', 'rounds', 'wins', 'losses', 'winningPercentage', 'outcome', 'match'], labels: ['#', 'Team', 'G', 'W' , 'L', 'Win %'] } };