UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

15 lines (14 loc) 360 B
export default { extract: {}, transform: { transformer: 'listOfMatches', collapseToRounds: false }, calculate: { orderBy: ['points', 'goalsDifference', 'goalsFor'] }, visualize: { columns: ['position', 'item', 'points', 'outcome', 'match'], labels: ['#', 'Team', 'Points'] } };