Nom: Hamill
Prénom: Matthew
Autre: S.
Surnom: The Hammer
// 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', 6], ['VIC par SOU', 0], ['VIC par DEC', 3], ['VIC par AUTRE', 1], ['DÉF par KO', 2], ['DÉF par SOU', 0], ['DÉF par DEC', 2], ['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 | Alexander Gustafsson | TKO (Punches and Elbows) | 2011-08-06 | UFC 133 Evans vs Ortiz | 2 | 03:34 |
| Def | Quinton Rampage Jackson | Decision (Unanimous) | 2011-05-28 | UFC 130: Rampage vs. Hamill | 3 | 05:00 |
| Vic | Tito Ortiz | Decision (Unanimous) | 2010-10-23 | UFC 121 – Lesnar vs. Velasquez | 3 | 05:00 |
| Vic | Keith Jardine | Decision (Majority) | 2010-06-19 | UFC – The Ultimate Fighter 11 Finale | 3 | 05:00 |
| Vic | Jon Jones | DQ (Illegal Downward Elbows) | 2009-12-05 | UFC – The Ultimate Fighter 10 Finale | 1 | 04:14 |
| Vic | Mark Munoz | KO (Head Kick) | 2009-03-07 | UFC 96 – Jackson vs. Jardine | 1 | 03:53 |
| Vic | Reese Andy | TKO (Punches) | 2008-12-27 | UFC 92 – The Ultimate 2008 | 2 | 02:19 |
| Def | Rich Franklin | TKO (Kick to the Body) | 2008-09-06 | UFC 88 – Breakthrough | 3 | 00:39 |
| Vic | Tim Boetsch | TKO (Punches) | 2008-04-02 | UFC – Fight Night 13 | 2 | 01:25 |
| Def | Michael Bisping | Decision (Split) | 2007-09-08 | UFC 75 – Champion vs. Champion | 3 | 05:00 |
| Vic | Rex Holman | TKO (Punches) | 2007-03-03 | UFC 68 – Uprising | 1 | 04:00 |
| Vic | Seth Petruzelli | Decision (Unanimous) | 2006-10-10 | UFC – The Final Chapter | 3 | 05:00 |
| Vic | Jesse Forbes | TKO (Punches) | 2006-06-24 | UFC – The Ultimate Fighter 3 Finale | 1 | 04:47 |
| Vic | Robert Hitte | TKO (Punches) | 2005-08-27 | XFO 7 – Outdoor War | 1 | 01:52 |


