UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

18 lines (17 loc) 403 B
export default { extract: {}, transform: { transformer: 'pointsTable', changeToOutcome: { 25: 'win' }, insertStartRound: 'Start →' }, calculate: { orderBy: ['points', 'wins'] }, visualize: { columns: ['position', 'item', 'points', 'points.change'], labels: ['#', 'Driver', 'Points'] } };