Nom: Caceres
Prénom: Alex
Surnom: Bruce Leeroy
// 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', 2], ['VIC par SOU', 3], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 4], ['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 |
| Def | Edwin Figueroa | Decision (Split) | 2012-02-04 | UFC 143 | 3 | 05:00 |
| Vic | Cole Escovedo | Decision (Unanimous) | 2011-11-12 | UFC On Fox 1 | 3 | 05:00 |
| Def | Jim Hettes | Submission (Rear Naked Choke) | 2011-08-14 | UFC Live: Hardy vs. Lytle | 2 | 03:12 |
| Def | Mackens Semerzier | Submission (Rear-Naked Choke) | 2011-03-26 | UFC – Fight Night 24 | 1 | 03:18 |
| Vic | Jahmal McLennan | TKO (Punches) | 2010-02-04 | G-Force Fights – Bad Blood 3 | 3 | 02:48 |
| Def | Matt McCook | Submission (Armbar) | 2009-07-10 | WFC – Battle of the Bay 8 | 2 | 03:56 |
| Def | Farkhad Sharipov | Submission (Armbar) | 2009-06-12 | BOTB – Best of the Best | 3 | 03:01 |
| Vic | Joel Garcia | Submission (Triangle Choke) | 2009-05-14 | XFN – Da Matta vs. Thorne | 1 | 01:05 |
| Vic | Eric Kovarik | Submission (Rear-Naked Choke) | 2009-02-21 | KOTC – Hurricane | 1 | 01:58 |
| Vic | Tulio Quintanilla | TKO (Punches) | 2008-12-13 | MFA – There Will Be Blood | 2 | 04:14 |
| Vic | Eric Luke | Submission (Armbar) | 2008-11-06 | G-Force Fights – Bad Blood 1 | 2 | 01:45 |


