Nom: Cariaso
Prénom: Chris
Surnom: Kamikaze
// 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', 2], ['VIC par DEC', 8], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['DÉF par SOU', 1], ['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 | Vaughan Lee | Decision (Split) | 2011-11-05 | UFC 138: Leben vs Munoz | 3 | 05:00 |
| Def | Michael McDonald | Decision (Split) | 2011-05-28 | UFC 130: Rampage vs. Hamill | 3 | 05:00 |
| Vic | Will Campuzano | Decision (Unanimous) | 2011-01-22 | UFC – Fight for the Troops 2 | 3 | 05:00 |
| Def | Renan do Nascimento Mota Pegado | Submission (Rear-Naked Choke) | 2010-12-16 | WEC 53 – Henderson vs. Pettis | 1 | 03:47 |
| Vic | Rafael Rebello | Decision (Unanimous) | 2010-06-20 | WEC 49 – Varner vs. Shalorus | 3 | 05:00 |
| Vic | Rolando Velasco | TKO (Punches) | 2009-10-24 | LTD – Rumble in Richmond | 2 | 03:17 |
| Vic | Alvin Cacdac | Submission (Rear-Naked Choke) | 2009-05-30 | WCSC – The Awakening | 0 | 00:00 |
| Vic | Anthony Figueroa | Submission (Rear-Naked Choke) | 2008-06-27 | Strikeforce – Melendez vs. Thomson | 2 | 04:34 |
| Def | Mark Oshiro | TKO (Punches) | 2008-03-21 | ShoXC – Elite Challenger Series | 1 | 02:38 |
| Vic | Rick McCorkell | Decision (Unanimous) | 2007-10-26 | ShoXC – Elite Challenger Series | 3 | 05:00 |
| Vic | Anthony Figueroa | Decision (Unanimous) | 2007-06-22 | Strikeforce-EliteXC – Shamrock vs. Baroni | 3 | 03:00 |
| Vic | David Barrios | KO (Kick) | 2007-05-12 | CCFC – Total Elimination | 2 | 00:00 |
| Vic | Andrew Valladerez | Decision (Unanimous) | 2007-02-10 | Strikeforce – Young Guns | 3 | 03:00 |
| Vic | Walt Hughes | Decision (Unanimous) | 2006-08-12 | WC 1 – Warrior Cup 1 | 3 | 05:00 |
| Vic | Ralph Alvarado | Decision (Unanimous) | 2006-05-13 | ICFO 1 – Stockton | 3 | 05:00 |

