Nom: Hendricks
Prénom: Johny
// Load the Visualization API and the piechart package. google.load('visualization', '1.0', {'packages':['corechart']});
// Set a callback to run when the Google Visualization API is loaded. google.setOnLoadCallback(drawChart);
// Callback that creates and populates a data table, // instantiates the pie chart, passes in the data and // draws it. function drawChart() {
// Create the data table. var data = new google.visualization.DataTable(); data.addColumn('string', 'Topping'); data.addColumn('number', 'Slices'); data.addRows([ ['VIC par KO', 7], ['VIC par SOU', 1], ['VIC par DEC', 4], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['DÉF par DEC', 1], ['DÉF par AUTRE', 0], ['No Contest', 0], ['Draw', 0], ['Autres', 0] ]);
// Set chart options var options = {'title':'Victoires/Défaites', 'width':600, 'height':300, 'is3D':true};
// Instantiate and draw our chart, passing in some options. var chart = new google.visualization.PieChart(document.getElementById('chart_div')); chart.draw(data, options); }
| Res | Versus | Méthode | Date | Gala | Rd | Temps |
| Vic | Jon Fitch | KO (Punch) | 2011-12-30 | UFC 141 | 1 | 00:12 |
| Vic | Mike Pierce | Decision (Split) | 2011-08-06 | UFC 133 Evans vs Ortiz | 3 | 05:00 |
| Vic | Anthony Waldburger | TKO (Punches) | 2011-03-26 | UFC – Fight Night 24 | 1 | 01:35 |
| Def | Rick Story | Decision (Unanimous) | 2010-12-04 | UFC – The Ultimate Fighter 12 Finale | 3 | 05:00 |
| Vic | Charlie Brenneman | TKO (Punches) | 2010-08-07 | UFC 117 – Silva vs. Sonnen | 2 | 00:40 |
| Vic | T.J. Grant | Decision (Majority) | 2010-05-08 | UFC 113 – Machida vs. Shogun 2 | 3 | 05:00 |
| Vic | Ricardo Funch | Decision (Unanimous) | 2009-12-12 | UFC 107 – Penn vs. Sanchez | 3 | 05:00 |
| Vic | Amir Sadollah | TKO (Punches) | 2009-08-08 | UFC 101 – Declaration | 1 | 00:29 |
| Vic | Alex Serdyukov | Decision (Unanimous) | 2009-03-01 | WEC 39 – Brown vs. Garcia | 3 | 05:00 |
| Vic | Justin Haskins | TKO (Punches) | 2008-12-03 | WEC 37 – Torres vs. Tapia | 2 | 00:52 |
| Vic | Richard Gamble | Submission (Brabo Choke) | 2008-03-15 | EFL – Extreme Fighting League | 1 | 01:45 |
| Vic | Spencer Cowley | TKO (Punches) | 2007-11-16 | HRP – Fight Night | 2 | 00:35 |
| Vic | Victor Rackliff | TKO (Punches) | 2007-09-28 | MOTC 16 – Masters of the Cage 16 | 3 | 01:54 |

