barChart(draftsAttendedData, { x: "player", y: "drafts_played", yLabel: "Count", colors: player_color_map, top: 15 })
barChart(draftsWonData, { x: "player", y: "drafts_won", yLabel: "Drafts Won", colors: player_color_map, top: 15 })
barChart(archetypeWinData, { x: "archetype", y: "game_win_rate", yLabel: "Game Win Rate", colors: archetype_color_map, rule: true })
barChart(playerWinData, { x: "player", y: "game_win_rate", yLabel: "Game Win Rate", colors: player_color_map, top: 15, rule: true })