"); } // only if button was added if($(".follow-button").length) { $(".follow-button").click(function(){ var promise = isFollowing(); promise.then(function(result) { if (result) { unfollow(); } else { follow(); } }); }); // initial load toggleFollowButton(); } function toggleFollowButton() { var button = $(".follow-text"), promise = isFollowing(); promise.then(function(result) { if (result) { button.text(followingLabel); button.css("color", "#6c6d6f"); $(".follow-button").css("border-color", "#6c6d6f"); } else { button.text(followLabel); button.css("color", "#007aff"); $(".follow-button").css("border-color", "#007aff"); } }); } function isFollowing() { var promise = getMyPreferences(); return promise.then(function(result) { let myPlayers = result.myPlayers; if (myPlayers.length > 0) { for (var i = 0;i < myPlayers.length; i++) { if (myPlayers[i].guid === guid) { return true; } } } return false; }); } function getMyPreferences() { return new Promise(function(resolve, reject) { jQuery.when(fanAPI.getAsP13n()).done(resolve).fail(reject); }); } function follow() { var promise = new Promise(function(resolve, reject) { fanAPI.createPreference({ preferenceTypeId: 3, entityId: guid }, { success: function(preference) { resolve((preference && preference.preference_id) !== undefined); }, error: reject }); }); promise.then(function(result) { toggleFollowButton(); }); } function unfollow() { var preferences = getMyPreferences(), pId = null; preferences.then(function(result) { let myPreferences = result.myPreferences; for (var i = 0; i < myPreferences.length; i++) { if (myPreferences[i].metaData.guid === guid) { pId = myPreferences[i].id; break; } } if (pId !== null) { var promise = new Promise(function(resolve, reject) { fanAPI.deletePreference({ preferenceTypeId: 3, preferenceId: pId, entityId: guid }, { success: function(result) { resolve(true); }, error: reject }); }); promise.then(function(result) { if (result) { toggleFollowButton(); } }); } }); } }); })(jQuery);

Splits de Giannis Antetokounmpo 5f3e70

Temporada:
Splits Por Partido 2024-2025
Ver porJJMINTCE-TCCTC%3PM-3PA3P%TLE-TLCTL%RODRREBASTBLOQROBPAPEPTS
Total6734.211.8-19.7.6010.2-0.9.2226.5-10.6.6172.29.711.96.51.20.92.33.130.4
Local3634.312.4-20.5.6050.3-1.1.2826.4-10.5.6122.39.311.66.31.30.82.33.231.5
Visitante3033.911.2-18.9.5940.1-0.8.1256.4-10.3.6192.110.112.26.50.90.92.43.029.0
Vs. Divisin1235.113.6-21.8.6250.2-0.7.2507.3-10.7.6802.29.511.77.30.91.32.53.534.6
vs. Conferencia4234.512.1-19.9.6080.1-0.8.1716.6-10.8.6172.19.711.86.71.20.82.33.431.0
3+ Das de descanso932.611.0-18.0.6110.1-0.7.1678.0-12.4.6431.910.412.35.81.20.82.92.830.1
Por MesJJMINTCE-TCCTC%3PM-3PA3P%TLE-TLCTL%RODRREBASTBLOQROBPAPEPTS
Octubre534.412.2-18.6.6560.0-0.6.0006.0-11.4.5261.010.611.65.80.60.43.23.630.4
Noviembre1235.513.6-22.9.5930.3-0.9.2736.6-10.1.6532.69.512.17.01.80.62.53.234.0
Diciembre834.611.8-19.1.6140.1-0.5.2508.3-13.4.6171.89.110.94.51.51.31.83.531.9
Enero1534.612.6-21.0.6000.0-0.7.0005.3-9.9.5302.710.513.25.71.10.72.53.530.5
Febrero629.510.2-17.0.5980.7-1.7.4003.8-7.0.5482.09.711.75.71.00.83.23.324.8
Marzo1533.310.5-17.9.5840.1-0.8.0837.3-10.8.6732.58.711.26.30.91.12.42.628.3
Abril636.511.3-18.7.6070.8-2.0.4178.3-11.5.7251.310.712.011.81.01.20.51.731.8
Antes del Juego de Estrellas4134.912.7-20.9.6080.1-0.8.1886.2-10.7.5772.39.912.25.91.30.82.43.431.8
Despues del Juego de Estrellas2633.010.5-17.8.5890.3-1.2.2587.0-10.3.6822.09.511.57.40.91.02.12.528.2
Por ResultadoJJMINTCE-TCCTC%3PM-3PA3P%TLE-TLCTL%RODRREBASTBLOQROBPAPEPTS
En victorias4033.511.7-18.8.6210.2-1.0.2377.0-10.8.6502.010.012.07.31.40.92.13.330.6
En derrotas2735.112.1-21.0.5750.2-0.9.2005.7-10.2.5642.59.311.85.30.90.82.72.730.1
Por PosicinJJMINTCE-TCCTC%3PM-3PA3P%TLE-TLCTL%RODRREBASTBLOQROBPAPEPTS
Como Abridor6734.211.8-19.7.6010.2-0.9.2226.5-10.6.6172.29.711.96.51.20.92.33.130.4
Por DaJJMINTCE-TCCTC%3PM-3PA3P%TLE-TLCTL%RODRREBASTBLOQROBPAPEPTS
Lunes535.411.2-18.6.6020.2-1.2.1672.8-7.6.3681.211.412.67.00.60.62.65.225.4
Martes1234.710.8-17.7.6080.3-1.3.1886.8-10.7.6331.88.29.97.51.41.12.22.928.5
Mircoles733.912.7-19.9.6400.1-0.6.2508.6-13.4.6382.310.612.96.10.70.91.73.434.1
Jueves1031.311.1-19.0.5840.3-0.8.3756.1-9.9.6162.110.512.66.61.30.82.42.228.6
Viernes1133.412.5-21.1.5950.1-1.1.0836.9-11.3.6132.29.211.45.50.91.02.73.532.1
Sbado1236.012.7-21.4.5910.1-0.7.1257.7-10.8.7132.510.312.86.91.60.72.22.633.1
Domingo1034.711.8-19.6.6020.4-0.9.4445.2-9.5.5472.99.212.15.61.10.92.42.929.2
Por OponenteJJMINTCE-TCCTC%3PM-3PA3P%TLE-TLCTL%RODRREBASTBLOQROBPAPEPTS
vs. Atlanta434.59.5-16.3.5850.0-0.8.00011.0-17.5.6292.39.311.57.31.01.02.03.330.0
vs. Brooklyn336.011.0-19.0.5790.0-0.0.0005.7-10.3.5482.010.012.06.02.31.03.03.327.7
vs. Boston338.315.0-26.7.5630.3-1.7.2004.0-7.3.5451.010.311.34.00.70.02.73.034.3
vs. Charlotte232.511.5-22.5.5110.5-2.0.2503.5-5.5.6362.011.013.09.02.00.01.53.027.0
vs. Chicago235.516.0-23.5.6810.0-1.0.0007.5-15.0.5001.09.010.06.50.00.51.02.039.5
vs. Cleveland334.313.7-24.3.5620.3-0.31.0004.7-8.3.5604.09.013.05.00.02.02.73.032.3
vs. Dallas228.511.0-17.0.6470.0-0.5.0008.5-9.5.8953.09.012.06.51.01.02.51.530.5
vs. Denver133.011.0-23.0.4781.0-2.0.5005.0-8.0.6252.017.019.07.01.00.03.02.028.0
vs. Detroit336.314.0-22.3.6270.3-1.3.25011.3-13.3.8501.79.010.710.02.01.01.04.039.7
vs. Golden State139.05.0-16.0.3130.0-1.0.00010.0-15.0.6672.07.09.07.02.03.02.01.020.0
vs. Houston233.59.0-17.0.5290.0-0.5.0005.5-9.5.5791.510.011.55.02.00.52.54.523.5
vs. Indiana434.512.0-18.5.6490.0-0.3.0006.0-8.3.7271.810.512.37.51.31.34.34.330.0
vs. LA Clippers229.511.0-18.0.6110.0-1.5.0007.5-10.0.7501.09.510.52.51.00.03.03.529.5
vs. LA Lakers229.58.5-16.0.5310.0-0.5.0009.0-12.5.7201.58.09.56.51.01.51.03.026.0
vs. Miami335.711.3-19.0.5960.3-1.0.3335.0-8.0.6251.712.714.37.01.70.31.72.328.0
vs. Minnesota138.09.0-15.0.6001.0-2.0.5004.0-11.0.3643.010.013.010.01.01.00.00.023.0
vs. New Orleans126.011.0-17.0.6471.0-2.0.5005.0-10.0.5002.09.011.05.01.00.01.00.028.0
vs. New York332.710.7-19.7.5420.0-1.7.0004.7-9.0.5193.77.711.33.71.00.03.32.326.0
vs. Oklahoma City136.07.0-15.0.4670.0-0.0.0007.0-12.0.5833.09.012.010.02.01.01.01.021.0
vs. Orlando434.315.0-22.8.6590.0-0.8.0005.3-10.3.5122.08.810.83.31.51.81.54.035.3
vs. Philadelphia335.311.0-15.7.7020.3-0.31.0009.0-13.7.6592.013.315.311.00.30.72.01.731.3
vs. Phoenix236.512.0-18.5.6491.5-3.0.5008.5-12.5.6800.57.07.58.00.52.02.02.034.0
vs. Portland237.015.5-25.5.6080.0-0.5.0004.0-7.0.5713.08.511.53.51.01.03.04.035.0
vs. Sacramento235.513.0-21.5.6050.0-1.0.0006.5-10.0.6503.510.514.08.01.50.52.52.532.5
vs. San Antonio235.012.0-22.0.5450.0-1.0.0006.0-10.5.5713.511.515.07.01.00.02.03.030.0
vs. Utah233.513.5-22.0.6140.0-0.5.0006.0-11.0.5453.513.517.04.50.51.53.53.033.0
vs. Washington228.510.5-16.5.6360.0-0.0.0009.0-14.0.6432.07.09.07.01.00.53.05.530.0
vs. Toronto332.78.7-13.3.6500.0-1.0.0005.7-9.7.5862.07.79.77.71.70.32.05.723.0
vs. Memphis235.515.5-21.5.7211.0-1.5.6671.5-7.0.2142.58.511.05.51.01.53.52.533.5
Por EstadioJJMINTCE-TCCTC%3PM-3PA3P%TLE-TLCTL%RODRREBASTBLOQROBPAPEPTS
en Air Canada Center129.05.0-8.0.6250.0-1.0.0001.0-2.0.5001.011.012.013.00.00.01.07.011.0
at AmericanAirlines Center132.09.0-14.0.6430.0-1.0.00011.0-13.0.8462.07.09.09.02.01.02.00.029.0
at American Airlines Arena143.013.0-21.0.6190.0-1.0.00010.0-14.0.7140.015.015.010.01.00.01.03.036.0
at Amway Center137.019.0-29.0.6550.0-1.0.0003.0-10.0.3003.011.014.04.02.03.04.03.041.0
en AT&T Center134.013.0-23.0.5650.0-1.0.0009.0-14.0.6434.010.014.06.01.00.03.02.035.0
at Bankers Life Fieldhouse234.510.0-17.0.5880.0-0.5.0004.5-8.0.5632.012.514.56.00.51.03.52.524.5
at Barclays Center235.510.5-16.5.6360.0-0.0.0007.0-10.5.6671.510.011.55.52.01.02.53.528.0
at EnergySolutions Arena137.016.0-23.0.6960.0-1.0.0003.0-10.0.3001.017.018.07.00.02.02.02.035.0
at FedEx Forum134.017.0-22.0.7730.0-0.0.0003.0-8.0.3751.010.011.04.01.01.04.01.037.0
en Madison Square Garden231.510.5-21.0.5000.0-1.0.0003.0-8.0.3755.07.512.52.01.50.02.52.524.0
en Philips Arena134.09.0-18.0.5000.0-2.0.0008.0-12.0.6673.09.012.010.00.01.02.03.026.0
at Quicken Loan Arena130.013.0-22.0.5911.0-1.01.0006.0-10.0.6002.012.014.03.00.03.02.05.033.0
at Moda Center136.017.0-24.0.7080.0-0.0.0005.0-10.0.5004.08.012.05.00.00.04.04.039.0
en Staples Center129.09.0-15.0.6000.0-0.0.00010.0-12.0.8331.06.07.04.01.02.01.03.028.0
at TD Garden238.013.5-25.5.5290.0-1.5.0003.0-6.0.5001.09.510.53.50.00.02.04.030.0
at Time Warner Arena133.011.0-22.0.5000.0-1.0.0000.0-1.0.0002.013.015.012.02.00.02.02.022.0
at Toyota Center132.09.0-17.0.5290.0-1.0.0009.0-12.0.7501.09.010.06.01.01.02.01.027.0
at US Airways Arena137.012.0-19.0.6321.0-2.0.5006.0-13.0.4621.09.010.05.00.01.03.02.031.0
at Verizon Center119.06.0-9.0.6670.0-0.0.0006.0-11.0.5452.04.06.03.01.01.06.07.018.0
at Wells Fargo Center235.010.0-15.0.6670.5-0.51.0009.5-13.5.7041.514.015.513.50.51.02.02.530.0
Total6734.211.8-19.7.6010.2-0.9.2226.5-10.6.6172.29.711.96.51.20.92.33.130.4