Nom: Schaub
Prénom: Brendan
Autre: Peter
Surnom: The Hybrid
// 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', 0], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 2], ['DÉF par SOU', 0], ['DÉF par DEC', 0], ['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 |
| Def | Antonio Rodrigo Nogueira | KO (Punches) | 2011-08-27 | UFC 134 Rio | 1 | 03:09 |
| Vic | Mirko Filipovic | KO (Punch) | 2011-03-19 | UFC 128 – Shogun vs. Jones | 3 | 03:44 |
| Vic | Gabriel Gonzaga | Decision (Unanimous) | 2010-10-23 | UFC 121 – Lesnar vs. Velasquez | 3 | 05:00 |
| Vic | Chris Tuchscherer | TKO (Punches) | 2010-07-03 | UFC 116 – Lesnar vs. Carwin | 1 | 01:07 |
| Vic | Chase Gormley | TKO (Punches) | 2010-03-21 | UFC Live 1 – Vera vs. Jones | 1 | 00:47 |
| Def | Roy Nelson | KO (Punch) | 2009-12-05 | UFC – The Ultimate Fighter 10 Finale | 1 | 03:45 |
| Vic | Bojan Spalevic | TKO (Punches) | 2009-04-11 | ROF 34 – Judgment Day | 1 | 00:52 |
| Vic | Alex Rozman | TKO (Punches) | 2009-01-10 | ROF 33 – Adrenaline | 1 | 01:23 |
| Vic | Johnny Curtis | TKO (Knee Injury) | 2008-10-11 | UWC 4 – Confrontation | 1 | 01:07 |
| Vic | Jay Lester | TKO (Punches) | 2008-06-13 | ROF 32 – Respect | 1 | 00:30 |

