Nom: Edwards
Prénom: Justin
// 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', 5], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['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 | John Maguire | Decision (Unanimous) | 2011-11-05 | UFC 138: Leben vs Munoz | 3 | 05:00 |
| Vic | Jorge Lopez | Decision (Unanimous) | 2011-09-17 | UFC Fight Night: Shields vs. Ellenberger | 3 | 05:00 |
| Def | Clay Harvison | Decision (Split) | 2011-06-04 | The Ultimate Fighter 13 Finale | 3 | 05:00 |
| Vic | Marcus Ajian | Submission (Guillotine Choke) | 2010-06-26 | CNG Promotions – Queen City Meltdown | 1 | 00:40 |
| Vic | Tony Parker | Submission (Guillotine Choke) | 2010-04-10 | Extreme IT Challenge – Extreme IT Challenge | 1 | 01:20 |
| Vic | Daniel Stittgen | Submission (Guillotine Choke) | 2010-01-08 | IFC – Wiuff vs. Newcomb | 1 | 00:37 |
| Vic | Davarius Scaife | Submission (Armbar) | 2010-01-08 | IFC – Wiuff vs. Newcomb | 1 | 00:48 |
| Vic | John Troyer | Submission (Guillotine Choke) | 2009-05-01 | BFC – Bellator Fighting Championships 5 | 1 | 04:12 |
| Vic | Josh Rafferty | TKO (Punches) | 2008-11-21 | EC 111 – Extreme Challenge 111 | 1 | 00:30 |

