Nom: Hunt
Prénom: Mark
Surnom: Super Samoan, The Doctor
// 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', 4], ['VIC par SOU', 0], ['VIC par DEC', 3], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['DÉF par SOU', 6], ['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 |
| Vic | Ben Rothwell | Decision (Unanimous) | 2011-09-24 | UFC 135: Jones vs. Rampage | 3 | 05:00 |
| Vic | Chris Tuchscherer | KO (Punch) | 2011-02-27 | UFC 127 – Penn vs. Fitch | 2 | 01:41 |
| Def | Sean McCorkle | Submission (Straight Armbar) | 2010-09-25 | UFC 119 – Mir vs. Cro Cop | 1 | 01:03 |
| Def | Gegard Mousasi | Submission (Straight Armbar) | 2009-05-26 | Dream 9 – Featherweight Grand Prix 2009 Second Round | 1 | 01:19 |
| Def | Melvin Manhoef | KO (Punches) | 2008-12-31 | K-1 – Dynamite!! Power of Courage 2008 | 1 | 00:18 |
| Def | Alistair Overeem | Submission (Keylock) | 2008-07-21 | Dream 5 – Lightweight Grand Prix 2008 Final | 1 | 01:11 |
| Def | Fedor Emelianenko | Submission (Kimura) | 2006-12-31 | PRIDE – Shockwave 2006 | 1 | 08:16 |
| Def | Josh Barnett | Submission (Kimura) | 2006-07-01 | PRIDE – Critical Countdown Absolute | 1 | 02:02 |
| Vic | Tsuyoshi Kosaka | TKO (Punches) | 2006-05-05 | PRIDE – Total Elimination Absolute | 2 | 04:15 |
| Vic | Yosuke Nishijima | KO (Punch) | 2006-02-26 | PRIDE 31 – Dreamers | 3 | 01:18 |
| Vic | Mirko Filipovic | Decision (Split) | 2005-12-31 | PRIDE – Shockwave 2005 | 3 | 05:00 |
| Vic | Wanderlei Silva | Decision (Split) | 2004-12-31 | PRIDE – Shockwave 2004 | 3 | 05:00 |
| Vic | Dan Bobish | TKO (Kick to the Body) | 2004-10-31 | PRIDE 28 – High Octane | 1 | 06:23 |
| Def | Hidehiko Yoshida | Submission (Armbar) | 2004-06-20 | PRIDE – Critical Countdown 2004 | 1 | 05:25 |

