Amir Johnson

Amir JOHNSON #5

  • Date de naissance1987-05-01 (38 ans)
  • Lieu de naissanceLos Angeles, CA (USA)
  • PostePivot
  • Taille2.06 m
  • NationalitéUSA
MINUTESPOINTS% TIRSREBONDSPASSES
-----
Statistiques cette saison toutes compétitions confondues

Cette saison

TYPEEQUIPECHPTMJTITMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTE

Carrière

SAISONTYPEEQUIPECHPTMJTITMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTE
1819SRPHINBA51610:223.91.53.150.30.20.8300.60.875.60.922.90.30.91.20.31.9
1718SRPHINBA741815:484.61.93.553.60.10.431.30.71.161.21.62.84.40.60.81.60.62.6
1617SRBOSNBA807720:066.52.74.657.70.30.840.90.81.3671.53.14.50.611.80.82.6
1516SRBOSNBA797622:597.43.25.558.70.10.523.30.91.657.72.34.26.50.71.21.81.12.7
1415SRTORNBA757226:239.346.957.40.30.641.31.11.761.22.146.10.61.51.60.83
1314SRTORNBA716628:3810.54.6856.90.30.831.71.11.862.42.14.36.50.71.51.51.13.5
1213SRTORNBA813828:42104.17.555.40.10.238.51.72.372.72.84.77.511.41.51.43.7
1112SRTORNBA644324:157.13.15.357.600.1400.91.3692.346.40.51.51.21.13.3
1011SRTORNBA725425:439.63.96.956.80001.82.278.82.63.86.40.711.11.23.7
0910SRTORNBA82517:426.22.54.162.30001.21.863.81.92.94.80.50.80.60.83.1
0809SRDETNBA622414:413.51.62.659.50000.40.665.71.62.13.70.30.50.312.8
0708SRDETNBA62012:193.61.52.755.80000.60.967.31.42.43.80.40.60.51.32.3
MOYENNE - 12 saisons89950420:476.92.95.157.30.10.43311.5671.93.45.30.611.20.92.9
SAISONTYPEEQUIPECHPTMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTE
1819SRPHINBA24:241369100231004410056934426
1718SRPHINBA30:321671010013100561005111333646
1617SRBOSNBA31:01239111004410066100581034646
1516SRBOSNBA36:211991410024100461008121833646
1415SRTORNBA38:0127111510024100571006111625646
1314SRTORNBA49:523214201002410078100691334556
1213SRTORNBA46:33241019100121007810012132156566
1112SRTORNBA40:091981310011100561009131524456
1011SRTORNBA42:2824101410001099100991636676
0910SRTORNBA40:0426101310001068100591324446
0809SRDETNBA37:54125810000034100681433246
0708SRDETNBA30:3714681000004510067923376
RECORDS EN CARRIÈRE49:52321420100441009910012132156676
SAISONTYPEEQUIPECHPTMJTITMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTE
1819POPHINBA4004:542111000000000.80.51.30.30.30.500.8
1718POPHINBA8111:433.31.42.652.40000.50.6801.81.12.90.30.41.10.11.3
1617POBOSNBA14910:102.61.12.1500.10.233.30.40.662.51.20.92.10.40.40.20.41.7
1516POBOSNBA6622:158.53.75.566.700.301.21.577.81.85.37.20.21.70.71.32.2
1415POTORNBA4227:5311.557.36900.301.53501.85.370.31.810.84
1314POTORNBA7727:20114.97.465.400.301.31.7752.33.760.41.710.64.1
0809PODETNBA3004:120.70.30.31000000000.30.710000.31
MOYENNE EN PLAY-OFFS462515:195.32.33.762.900.212.50.7167.41.52.33.80.30.80.60.52.1
SAISONTYPEEQUIPECHPTMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTE
1819POPHINBA09:0542210000000021211202
1718POPHINBA22:248371000002310065711413
1617POBOSNBA18:13848100111002310033522113
1516POBOSNBA31:06157111000202210037913234
1415POTORNBA34:051881285.70102566.7481212315
1314POTORNBA36:30209128002035100561024226
0809PODETNBA07:3721110000000011200012
RECORDS EN PLAYOFFS36:30209121001210035100681224436
Fantasy Basketstats

Newsletter

Sondage

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));