Nom: Warburton
Prénom: Curt
// 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', 1], ['VIC par DEC', 2], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 2], ['DÉF par DEC', 1], ['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 | Joe Lauzon | Submission (Kimura) | 2011-06-26 | UFC Live 4 – Kongo vs. Barry | 1 | 01:58 |
| Vic | Maciej Jewtuszko | Decision (Unanimous) | 2011-02-27 | UFC 127 – Penn vs. Fitch | 3 | 05:00 |
| Def | Spencer Fisher | Decision (Unanimous) | 2010-10-16 | UFC 120 – Bisping vs. Akiyama | 3 | 05:00 |
| Vic | Tom Maguire | Decision (Unanimous) | 2009-10-04 | SAS 12 – Strike and Submit 12 | 3 | 05:00 |
| Vic | Toon Van Thielen | Submission (Guillotine Choke) | 2009-08-08 | OMMAC 1 – Assassins | 1 | 01:34 |
| Def | Will Burke | Submission (Armbar) | 2008-05-31 | GR 24 – Goshin Ryu 24 | 1 | 01:00 |
| Vic | Jamie Mckenzie | TKO (Punches) | 2008-02-23 | GR 23 – Goshin Ryu 23 | 1 | 04:20 |
| Vic | Ross Pearson | TKO (Doctor Stoppage) | 2007-09-22 | GR 21 – Goshin Ryu 21 | 1 | 00:00 |
| Vic | Ian Margerison | TKO (Punches) | 2007-09-22 | GR 21 – Goshin Ryu 21 | 1 | 02:43 |
| Vic | Mark Mills | TKO (Punches) | 2007-05-19 | UF 5 – Ultimate Force 5 | 1 | 03:42 |

