var seasons = [
{'season': '2014', 'competitions': [
{'competitionId': 8140, 'competitionName': 'Serie Regular', 'default': false },
{'competitionId': 8142, 'competitionName': 'BSN 2015', 'default': false },
{'competitionId': 8143, 'competitionName': 'COPA COOPERATIVA ZENO GANDIA', 'default': false },
] },
{'season': '2015', 'competitions': [
{'competitionId': 1310, 'competitionName': 'BSN', 'default': false },
{'competitionId': 1318, 'competitionName': 'DIRECTV PRETEMPORADA BSN', 'default': false },
{'competitionId': 1783, 'competitionName': 'COPA COOPERATIVA ZENO GANDIA', 'default': false },
{'competitionId': 2157, 'competitionName': 'EQUIPO NACIONAL PUR', 'default': false },
{'competitionId': 8141, 'competitionName': 'PRESEASON', 'default': false },
{'competitionId': 20738, 'competitionName': 'Copy of PRESEASON', 'default': false },
] },
{'season': '2016', 'competitions': [
{'competitionId': 8024, 'competitionName': 'BSN', 'default': false },
{'competitionId': 8025, 'competitionName': 'TORNEO PREPARATORIO DIRECTV', 'default': false },
] },
{'season': '2017', 'competitions': [
{'competitionId': 17118, 'competitionName': 'BSN', 'default': false },
{'competitionId': 17133, 'competitionName': 'ALLSTAR BSN', 'default': false },
] },
{'season': '2018', 'competitions': [
{'competitionId': 20737, 'competitionName': 'BSN', 'default': false },
{'competitionId': 20739, 'competitionName': 'PRESEASON', 'default': false },
{'competitionId': 21441, 'competitionName': 'ALLSTAR BSN', 'default': false },
] },
{'season': '2019', 'competitions': [
{'competitionId': 23442, 'competitionName': 'BSN 2019', 'default': false },
{'competitionId': 24024, 'competitionName': 'ALL STAR BSN', 'default': false },
] },
{'season': '2020', 'competitions': [
{'competitionId': 27231, 'competitionName': 'BSN 2020', 'default': false },
] },
{'season': '2021', 'competitions': [
{'competitionId': 30290, 'competitionName': 'BSN 2021', 'default': false },
{'competitionId': 30291, 'competitionName': 'ALL STAR 2021', 'default': false },
{'competitionId': 30862, 'competitionName': 'BSNF 2021', 'default': false },
{'competitionId': 31057, 'competitionName': 'ALL STAR BSNF 2021', 'default': false },
] },
{'season': '2022', 'competitions': [
{'competitionId': 33320, 'competitionName': 'BSN 2022', 'default': false },
{'competitionId': 33737, 'competitionName': 'ALL STAR BSN 2022', 'default': false },
{'competitionId': 34748, 'competitionName': 'BSNF 2022', 'default': false },
{'competitionId': 35039, 'competitionName': 'JUEGO DE ESTRELLAS BSNF 2022', 'default': false },
] },
{'season': '2023', 'competitions': [
{'competitionId': 35601, 'competitionName': 'BSN 2023', 'default': false },
{'competitionId': 36047, 'competitionName': 'ALL STAR BSN 2023', 'default': false },
{'competitionId': 36577, 'competitionName': 'BSNF 2023', 'default': false },
{'competitionId': 36640, 'competitionName': 'Fogueo PUR-DOM', 'default': false },
{'competitionId': 36847, 'competitionName': 'All Star BSNF 2023', 'default': false },
] },
{'season': '2024', 'competitions': [
{'competitionId': 38085, 'competitionName': 'BSN 2024', 'default': false },
{'competitionId': 38689, 'competitionName': 'ALL STAR 2024', 'default': false },
{'competitionId': 39408, 'competitionName': 'BSNF 2024', 'default': false },
{'competitionId': 39744, 'competitionName': 'ALL STAR BSNF', 'default': false },
] },
{'season': '2025', 'competitions': [
{'competitionId': 40709, 'competitionName': 'BSN 2025', 'default': true },
] },
{'season': 'Default', 'competitions': [
{'competitionId': 8139, 'competitionName': 'Baloncesto Superior Nacional 2009', 'default': false },
] },
]; console.log(seasons);
function handleChangeSeason () { var sx = document.getElementById("season_select").value;
seasons.forEach((s)=>{ if(s.season === sx){ var childSelect = document.getElementById('competition_select'); childSelect.innerHTML ='';
s.competitions.forEach(function (c) { var optionEle = document.createElement('option'); optionEle.value = c.competitionId; optionEle.label = c.competitionName; optionEle.default = c.default; childSelect.appendChild(optionEle); }) } });
var sx = document.getElementById("season_select").value; var cx = document.getElementById("competition_select").value;
var url = new URL(window.location); (url.searchParams.has('compId') ? url.searchParams.set('compId', cx) : url.searchParams.append('compId', cx)); /* (url.searchParams.has('seasonId') ? url.searchParams.set('seasonId', sx) : url.searchParams.append('seasonId', sx)); */
window.location = url;
}
function handleChangeCompetition() { var sx = document.getElementById("season_select").value; var cx = document.getElementById("competition_select").value;
var url = new URL(window.location); (url.searchParams.has('compId') ? url.searchParams.set('compId', cx) : url.searchParams.append('compId', cx)); /* (url.searchParams.has('seasonId') ? url.searchParams.set('seasonId', sx) : url.searchParams.append('seasonId', sx)); */
window.location = url; }
/* Loads combos with url parameters */ document.addEventListener("DOMContentLoaded", function() {
});
ESTADÍSTICAS POR EQUIPO
EQUIPO | GP | PPG | FG% | 3FG% | FTA | SPG | TOPG | APG | BPG | RPG |
---|---|---|---|---|---|---|---|---|---|---|
16 | 88,2 | 47,0 | 36,0 | 321 | 9,4 | 10,9 | 20,6 | 3,6 | 36,6 | |
15 | 91,7 | 50,0 | 38,0 | 313 | 7,4 | 12,7 | 19,6 | 1,8 | 34,3 | |
12 | 83,4 | 45,0 | 32,0 | 228 | 6,4 | 10,0 | 15,8 | 3,2 | 34,6 | |
14 | 83,7 | 46,0 | 35,0 | 252 | 5,1 | 12,6 | 18,4 | 2,5 | 35,6 | |
12 | 85,1 | 47,0 | 32,0 | 224 | 4,9 | 11,9 | 17,0 | 2,8 | 34,6 | |
15 | 87,8 | 46,0 | 36,0 | 220 | 7,7 | 13,1 | 21,5 | 3,4 | 36,1 | |
16 | 86,3 | 47,0 | 35,0 | 257 | 6,3 | 12,9 | 17,9 | 2,2 | 36,6 | |
15 | 83,1 | 46,0 | 34,0 | 267 | 5,2 | 12,4 | 17,6 | 2,9 | 36,2 | |
14 | 84,9 | 46,0 | 36,0 | 256 | 6,4 | 11,3 | 19,1 | 2,8 | 33,5 | |
12 | 81,8 | 43,0 | 32,0 | 267 | 5,1 | 11,5 | 17,2 | 3,0 | 35,3 | |
12 | 90,0 | 50,0 | 39,0 | 218 | 6,3 | 11,3 | 19,0 | 1,5 | 31,9 | |
11 | 91,8 | 47,0 | 33,0 | 217 | 6,9 | 10,0 | 20,5 | 2,5 | 33,3 |