Bogdan Bogdanovic

Bogdan BOGDANOVIC #13

  • Born1992-08-18 (32 years old)
  • FromBelgrade (SRB)
  • PositionGuard
  • Height1.97 m
  • NationalitySRB
MINUTES PLAYEDPOINTSFG %REBOUNDSASSISTS
29:2015.643.83.23
Statistiques cette saison toutes compétitions confondues

Bogdan Bogdanovic cette saison, c'est :

  • 1 double-double
LAST GAMESADV.SMINPTSFG %RBDSSTLTOASTEFF
2024-04-14@ IND27:271840%420116
2024-04-13@ MIN28:421750%201215
2024-04-11vs CHA22:031954.5%112822

Cette saison

TYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
PLAYINATLNBA1026:071451145.528252210002220201014
POATLNBA6126:0713.35955.62.55.545.50.81.271.40.32.7310.52.50.82.7015.8
SRATLNBA1274029:3015.75.612.943.42.97.538.61.61.888.70.62.73.21.11.330.32014.5
RECORDS CETTE SAISON44:3840142485.71018100910100391045835038
MOYENNE1344129:2015.65.612.743.82.97.438.71.61.888.30.62.73.21.11.330.42014.6

Carrière

SAISONTYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223SRATLNBA1274029:3015.75.612.943.42.97.538.61.61.888.70.62.73.21.11.330.32014.5
2122SRATLNBA622729:2715.15.512.643.22.77.336.71.61.984.30.53.541.11.13.10.22.1015
2021SRATLNBA442729:4016.46.112.847.33.37.643.80.9190.90.53.23.61.11.23.30.32.3016.7
1920SRSACNBA612828:5615.15.512.6442.77.237.21.41.974.10.433.41.11.73.40.22.2014.1
1819SRSACNBA701727:4814.15.212.341.81.95.3361.92.382.70.62.93.511.73.80.22013.4
1718SRSACNBA785227:5311.84.49.944.61.74.239.21.31.5840.42.42.80.91.63.30.22.2011.7
1617SRFENEuroleague171226:5013.64.49.247.81.74.438.73.13.784.10.42.63.11.223.90.12.33.815.4
1415SRFENEuroleague10828:3110.43.78.941.61.44.332.61.62.272.70.41.72.10.91.43.40.31.82.610.5
MOYENNE - 8 saisons51024129:0014.55.31243.72.56.438.31.51.883.60.52.93.41.11.43.30.32.10.214
SAISONTYPETEAMCHPTMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223SRATLNBA44:3840142485.71018100910100391045835038
2122SRATLNBA41:293211247561210081010038944726032
2021SRATLNBA45:1632122275816806710038945825036
1920SRSACNBA43:2035132883.371683.3911100378461035036
1819SRSACNBA43:072810228051110089100489351116033
1718SRSACNBA39:57309211006101001011100288551025028
1617SRFENEuroleague35:53279168031066.78910015675814829
1415SRFENEuroleague39:0026918704866.7141710027826714823
RECORDS EN CARRIÈRE45:164014281001018100141710051012761136838
SAISONTYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223POATLNBA6126:0713.35955.62.55.545.50.81.271.40.32.7310.52.50.82.7015.8
2122POATLNBA4026:4314.3512.340.82.36.534.622.58013.84.80.5130.33014
2021POATLNBA181833:1314.15.413.8392.67.932.90.70.970.60.63.64.21.61.52.90.32.8012.8
1617POFENEuroleague3334:0019.37.31261.146.7600.70.71000.36.7713.341.32.74.326
1415POFENEuroleague3332:4282.710.7252633.30.70.71000.33.740.7120.3126
MOYENNE EN PLAY-OFFS342531:1313.95.212.442.12.67.137.10.91.176.30.63.74.31.21.42.90.52.60.614
SAISONTYPETEAMCHPTMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPFPVEFF
2223POATLNBA34:48187117547753310015621526029
2122POATLNBA31:5129121866.7510506610017822615029
2021POATLNBA42:1928102458.3716754510027844625025
1617POFENEuroleague34:54251015755883.32210018827633635
1415POFENEuroleague35:591141330.83837.5221001551231338
RECORDS EN PLAYOFFS42:192912247571683.36610028847636635
Fantasy Basketstats

Newsletter

Poll

ERROR
(function($){ CUWait = { //init_delay:0,//(debug) init_delay:1000, cnt : 0, panel : null, timer_id : null, dice_id : 0, rand : function( min, max ) { return Math.floor((Math.random() * max) + min); }, randColor : function() { var px = ["00","33","66","99","FF"]; return "#" + px[this.rand(0,px.length)] + px[this.rand(0,px.length)] + px[this.rand(0,px.length)]; }, createInner : function() { var nx = 2; var ny = 2; var dx = 20; var dy = 20; var w = 20-2; var h = 20-2; this.dice = []; for ( var y = 0; y < ny; y++ ) { for ( var x = 0; x < nx; x++ ) { this.dice.push( $("
") .css({ position:"absolute", left:(x*dx)+"px", top:(y*dy)+"px", width:w+"px", height:h+"px" }) .appendTo(this.panel) ); } } }, animateInner : function() { if ( this.dice_id >= this.dice.length ) { this.dice_id = 0; } var die = this.dice[this.dice_id]; this.dice_id++; die.css({ "background-color":this.randColor() }); }, create : function(e) { if ( this.cnt == 0 ) { return; } var z = 10000; var w = 40; var h = 40; var left = (e.pageX - w/2); var top = (e.pageY - h/2); //-- panel this.panel = $("
") .css({ position:"absolute", left:left+"px", top:top+"px", width:"40px", height:"40px", margin:0, padding:0, opacity:0, filter:"alpha(opacity=0)", "z-index":z }) .appendTo('body'); //-- panel inner this.createInner(); //-- show this.panel.show(); //-- make it visible after init_delay var _this = this; setTimeout(function(){ _this.visible(); },this.init_delay); }, visible : function() { if ( this.cnt == 0 ) { return; } //-- panel this.panel .css({ opacity:0.5, filter:"alpha(opacity=50)" }); //-- panel inner var _this = this; this.timer_id = setInterval(function(){ _this.animateInner(); },50); }, destroy : function() { if ( this.panel == null ) { return; } //-- panel inner if ( this.timer_id != null ) { clearInterval(this.timer_id); this.timer_id = null; } //-- panel this.panel.fadeOut(function(){ $(this).remove(); }); this.panel = null; }, start : function( e ) { this.cnt++; if ( this.cnt == 1 ) { this.create( e ); } }, stop : function() { if ( this.cnt > 0 ) { this.cnt--; if ( this.cnt == 0 ) { this.destroy(); } } } }; //---------------------------------------------------------------- // CApp //---------------------------------------------------------------- var app_object_selector = '.ajax-poll'; function CApp( jobj ) { this.children = []; this.jQueryX = $; this.jobj = jobj; this.tclass = this.getAttr( 'tclass', jobj ); this.tid = this.getAttr( 'tid', jobj ); this.url_app_entry = 'https://www.basketstats.fr/sondage/ajax-poll.php'; this.url_app_root = 'https://www.basketstats.fr/sondage/'; this.url_app_img = 'https://www.basketstats.fr/sondage/app.img/'; this.appid = this.makeRandomString( 64 ); this.app_init_cmd = 'init'; this.tipbox = null; if ( this.app_init_cmd != '' ) { this.send( { "cmd" : this.app_init_cmd } ); } } CApp.prototype = { isIE7 : function() { return (navigator.appVersion.indexOf("MSIE 7.")!=-1); }, isIE8 : function() { return (navigator.appVersion.indexOf("MSIE 8.")!=-1); }, leIE8 : function() { return this.isIE7() || this.isIE8(); }, isTouchDevice : function() { return (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (navigator.msMaxTouchPoints > 0)); }, showWaitIcon: function( e ) { CUWait.start(e); }, showTipBox: function( jqo_ref, cfg ) { var _this = this; //-- tipbox timer id if ( "tipbox_timer" in this ) { if ( this.tipbox_timer != -1 ) { clearTimeout(this.tipbox_timer); } } this.tipbox_timer = -1; this.hideTipBox(); var jqo_cont = jqo_ref.parents("."+this.tclass); var jqo_inner = jqo_cont.find('.poll-inner'); //-- tipbox var jqo = jqo_cont.find('.poll-tipbox-'+cfg['class']) .html(cfg["txt"]); this.tipbox = jqo.parent('.poll-tipbox'); this.tipbox.stop(true,true) this.tipbox.show(); //-- animate var ref_pos = jqo_ref.position(); var xt = parseInt((jqo_inner.width()-this.tipbox.width())/2); var ht = this.tipbox.height() + 10; var yt = ref_pos.top - ht; var xm = 0; var ym = 30; var period = ( "period" in cfg ) ? cfg["period"] : 2500; var opa = this.tipbox.css("opacity"); this.tipbox .css({ "left":(xt - xm) + "px", "top":(yt - ym) + "px", "opacity":0 }) .animate({ "left": "+=" + xm + "px", "top": "+=" + ym + "px", "opacity":"+=" + opa }, 300, function(){ _this.tipbox_timer = setTimeout(function(){ _this.tipbox.fadeOut( 500, function() { _this.hideTipBox(); }); },period); }); }, hideTipBox: function() { if ( this.tipbox != null ) { this.tipbox.hide(); } }, //----------------------------------------------- // makeRandomString( n ) //----------------------------------------------- makeRandomString : function ( n ) { var s = ""; var src = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for( var i=0; i < n; i++ ) { s += src.charAt( Math.floor( Math.random() * src.length ) ); } return s; }, //----------------------------------------------- // errBox //----------------------------------------------- errBox : function( data ) { var errbox_sig = ""; if ( data.substring( 0, errbox_sig.length ) == errbox_sig ) {// prevent double errbox return data; } else { var msg = ''; msg += "
"; msg += "
ERROR
"; msg += "
"; msg += data; msg += "
"; msg += "
"; return msg; } }, //----------------------------------------------- // getAttr //----------------------------------------------- getAttr : function( id_name, jobj ) { if ( ( typeof( jobj.attr( id_name ) ) == 'undefined' ) || ( jobj.attr( id_name ) == '' ) // for Opera ) return ''; return jobj.attr( id_name ); }, //----------------------------------------------- // send //----------------------------------------------- send : function( json ) { json['appid'] = this.appid; json['tclass'] = this.tclass; json['tid'] = this.tid; var _this = this; $.post( this.url_app_entry, json, function(data) { _this.process(data); }); }, //----------------------------------------------- // addChild //----------------------------------------------- addChild : function( child ) { this.children[child.name] = child; return child; }, //----------------------------------------------- // getChild //----------------------------------------------- getChild : function( name ) { return this.children[name]; }, //----------------------------------------------- // sendMsg //----------------------------------------------- sendMsg : function( msg ) { if ( typeof( msg.receiver ) !== 'undefined' ) { if( Object.prototype.toString.call( msg.receiver ) === '[object Array]' ) { for ( var i = 0; i < msg.receiver.length; i++ ) { var ret = this.children[ msg.receiver[i] ].msgProc( msg ); if ( ret != 0 ) return ret; } } else { return this.children[msg.receiver].msgProc( msg ); } } else { for( name in this.children ) { var ret = this.children[name].msgProc( msg ); if ( ret != 0 ) return ret; } } }, //----------------------------------------------- // process //----------------------------------------------- process : function( data ) { CUWait.stop(); var b_evaled = false; try { this.res = eval('(' + data + ')'); b_evaled = true; } catch(e) { var msg = "[ERROR]:" + "\r\n\r\n" + data.substring(0,1000); //alert( msg ); this.jobj.html( this.errBox(data) ); } try { if ( b_evaled ) { if ( this.res.result == 'OK' ) { window[this.appid] = this; switch( this.res.cmd ) { case "alert": alert(this.res.html); break; case "load": this.jobj.append( this.res.html ); break; } if ( typeof( this.res.msg ) !== 'undefined' ) { this.sendMsg( this.res.msg ); } } else {//-- code error alert( "^" + this.res.result ); this.jobj.html( this.res.result ); } } } catch(e) { var msg = "{ERROR}:" + e.message; alert( msg ); } } } //---------------------------------------------------------------- // ready //---------------------------------------------------------------- $(document).ready(function() { if (!( 'ajax-poll-script-9009' in window )) { window['ajax-poll-script-9009'] = true; $( app_object_selector ).each( function(){ var app = new CApp( $(this) ); }); } }); }(jQuery));