Nom: McGillivray
Prénom: Ryan
// 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', 9], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 1], ['DÉF par DEC', 4], ['DÉF par AUTRE', 0], ['No Contest', 0], ['Draw', 1], ['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 | Shamar Bailey | Decision (Unanimous) | 2011-06-04 | The Ultimate Fighter 13 Finale | 3 | 05:00 |
| Vic | Markhaile Wedderburn | Submission (Armbar) | 2010-09-10 | TFC 11 – Full Force | 2 | 02:42 |
| Vic | Andrew Buckland | Submission (Kimura) | 2010-07-09 | AMMA 4 – Victory | 1 | 02:04 |
| Nul | Andrew Buckland | Draw | 2010-04-23 | LGIO MMA 1 – MacDonald vs. Horwich | 3 | 05:00 |
| Vic | Adam Thomas | Submission (Rear-Naked Choke) | 2009-09-18 | TFC 8 – Salvation | 1 | 04:27 |
| Def | Chad Sherman | Decision (Unanimous) | 2009-07-17 | Heat XC 3 – Ruthless | 3 | 05:00 |
| Vic | Steve Dubeck | TKO (Punches) | 2009-01-30 | Heat XC 1 – Heat XC | 1 | 03:27 |
| Vic | Elliot Duff | Submission (Heel Hook) | 2008-12-05 | MFC 19 – Long Time Coming | 3 | 01:33 |
| Def | Gavin Neil | Decision (Split) | 2008-05-09 | MFC 16 – Anger Management | 3 | 05:00 |
| Vic | Jason Zorthian | Submission (Armbar) | 2008-02-22 | MFC 15 – Rags to Riches | 1 | 04:10 |
| Def | Stjepan Vujnovic | Technical Submission (Triangle Choke) | 2007-11-23 | MFC 14 – High Rollers | 2 | 02:48 |
| Def | Donald Sanchez | Decision (Unanimous) | 2007-08-24 | MFC 13 – Lucky 13 | 3 | 05:00 |
| Vic | Graydon Tannas | Decision (Split) | 2007-06-22 | MFC 12 – High Stakes | 3 | 05:00 |
| Vic | Kyle Ayotte | Submission (Armbar) | 2007-04-20 | MFC – Unplugged 3 | 1 | 04:42 |
| Vic | Aaron Gallant | Submission (Armbar) | 2007-02-03 | MFC 11 – Gridiron | 1 | 02:45 |
| Vic | Joe Kennedy | Submission (Armbar) | 2006-11-10 | MFC – Unplugged 2 | 3 | 01:30 |
| Vic | Dave Pogson | Submission (Rear Naked Choke) | 2006-09-08 | MFC 10 – Unfinished Business | 1 | 01:41 |


