Nom: Heun
Prénom: Conor
Surnom: Hurricane
// 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', 1], ['VIC par SOU', 5], ['VIC par DEC', 3], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['DÉF par DEC', 4], ['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 | Magno Almeida | Decision (Unanimous) | 2011-06-18 | Strikeforce Overeem vs Werdum | 3 | 05:00 |
| Def | K.J. Noons | Decision (Split) | 2010-06-16 | Strikeforce – Los Angeles | 3 | 05:00 |
| Def | Jorge Gurgel | Decision (Unanimous) | 2009-06-19 | Strikeforce – Challengers 2 | 3 | 05:00 |
| Vic | James Edson Berto | TKO (Punches and Elbows) | 2008-10-04 | EliteXC – Heat | 2 | 02:18 |
| Vic | Marlon Matias | Decision (Unanimous) | 2008-03-21 | ShoXC – Elite Challenger Series | 3 | 05:00 |
| Vic | Noah Shinable | Submission (Armbar) | 2007-10-31 | OctoberFist 2007 – Fight Night on Fright Night | 1 | 01:17 |
| Def | L.C. Davis | Decision (Split) | 2007-08-02 | IFL – 2007 Semifinals | 3 | 04:00 |
| Vic | Tristan Wit | Submission (Armbar) | 2007-06-01 | IFL – Everett | 1 | 03:59 |
| Vic | Gilbert Salinas | Submission (Brabo Choke) | 2007-04-28 | TFA 6 – Total Fighting Alliance 6 | 1 | 01:37 |
| Vic | Clint Coronel | Decision (Split) | 2007-03-17 | IFL – Los Angeles | 3 | 04:00 |
| Vic | Jonathan Pastrana | Submission (Guillotine Choke) | 2007-02-24 | TFA 5 – Conflict on the Coast | 2 | 01:23 |
| Def | Brett Cooper | Decision (Split) | 2006-11-03 | TFA 4 – Fight Night Fright Night | 3 | 05:00 |
| Vic | Martin Hench | Submission (Rear Naked Choke) | 2006-05-12 | PF 1 – The Beginning | 2 | 02:54 |


