Nom: Faaloloto
Prénom: Edward
// 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', 0], ['VIC par SOU', 1], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 2], ['DÉF par SOU', 1], ['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 |
| Def | Terry Etim | Submission (Guillotine Choke) | 2011-11-05 | UFC 138: Leben vs Munoz | 1 | 00:17 |
| Def | Michael Johnson | TKO (Punches) | 2011-06-26 | UFC Live 4 – Kongo vs. Barry | 1 | 04:42 |
| Def | Anthony Njokuani | TKO (Elbow) | 2010-11-11 | WEC 52 – Faber vs. Mizugaki | 2 | 04:54 |
| Vic | Justin Babbs | Submission (Kimura) | 2010-05-15 | X-1 – Showdown in Waipahu 2 | 1 | 00:49 |
| Vic | Taylor Cochran | Decision (Unanimous) | 2009-11-07 | X-1 – Scuffle on Schofield 2 | 3 | 03:00 |

