Nom: Warren
Prénom: Joe
// 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', 2], ['VIC par SOU', 0], ['VIC par DEC', 5], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['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 |
| Vic | Marcos Galvao | Decision (Unanimous) | 2011-04-16 | BFC – Bellator Fighting Championships 41 | 3 | 05:00 |
| Vic | Joe Soto | KO (Knee and Punches) | 2010-09-02 | BFC – Bellator Fighting Championships 27 | 2 | 00:33 |
| Vic | Patricio Freire | Decision (Split) | 2010-06-24 | BFC – Bellator Fighting Championships 23 | 3 | 05:00 |
| Vic | Georgi Karakhanyan | Decision (Unanimous) | 2010-05-13 | BFC – Bellator Fighting Championships 18 | 3 | 05:00 |
| Vic | Eric Marriott | Decision (Unanimous) | 2010-04-08 | BFC – Bellator Fighting Championships 13 | 3 | 05:00 |
| Def | Bibiano Fernandes | Submission (Armbar) | 2009-10-06 | Dream 11 – Featherweight Grand Prix 2009 Final | 1 | 00:42 |
| Vic | Norifumi Yamamoto | Decision (Split) | 2009-05-26 | Dream 9 – Featherweight Grand Prix 2009 Second Round | 2 | 05:00 |
| Vic | Chase Beebe | TKO (Doctor Stoppage) | 2009-03-08 | Dream 7 – Featherweight Grand Prix 2009 Opening Round | 1 | 10:00 |

