Nom: MacDonald
Prénom: Rory
Surnom: The Waterboy
// 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', 5], ['VIC par SOU', 6], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['DÉF par SOU', 0], ['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 | Mike Pyle | KO (Punches) | 2011-08-06 | UFC 133 Evans vs Ortiz | 1 | 03:54 |
| Vic | Nate Diaz | Decision (Unanimous) | 2011-04-30 | UFC 129 – St. Pierre vs. Shields | 3 | 05:00 |
| Def | Carlos Condit | TKO (Punches) | 2010-06-12 | UFC 115 – Liddell vs. Franklin | 3 | 04:53 |
| Vic | Michael Guymon | Submission (Armbar) | 2010-01-11 | UFC – UFC Fight Night 20 | 1 | 04:27 |
| Vic | Nick Hinchliffe | KO | 2009-09-25 | KOTC – Disturbed | 2 | 00:00 |
| Vic | Elmer Waterhen | Submission (Armbar) | 2009-05-08 | KOTC – Island Pride | 1 | 01:27 |
| Vic | Clay French | KO (Punches) | 2008-11-28 | KOTC – Grinder | 2 | 04:26 |
| Vic | Kajan Johnson | TKO (Punches) | 2007-12-15 | KOTC – Avalanche | 3 | 01:48 |
| Vic | Yoon Heo | TKO (Knee) | 2006-11-03 | KOTC – Icebreaker | 2 | 00:19 |
| Vic | Quinton Moreno | Submission (Triangle Choke) | 2006-10-06 | KOTC – Insurrection | 0 | 00:00 |
| Vic | Jordan Mein | Submission (Rear-Naked Choke) | 2006-06-17 | RITC 17 – Rumble in the Cage 17 | 1 | 04:04 |
| Vic | Ken Tran | Submission (Rear-Naked Choke) | 2006-02-11 | KOTC – Anarchy | 1 | 00:00 |
| Vic | Terry Thiara | Submission (Rear-Naked Choke) | 2005-10-15 | EFC – Extreme Fighting Challenge 4 | 1 | 02:11 |

