Nom: Bass
Prénom: Stephen
// 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', 4], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['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 | Marcus Brimage | Decision (Unanimous) | 2011-12-03 | TUF 14 | 3 | 05:00 |
| Vic | J.C. Pennington | Decision (Unanimous) | 2009-10-24 | Champion Xtreme Combat – Cage Certified | 3 | 05:00 |
| Vic | Shawn Snow | Submission (Rear-Naked Choke) | 2009-04-10 | SR – Southern Rage 5 | 2 | 00:58 |
| Vic | Ramonte Chapman | Submission (Triangle Choke) | 2008-11-08 | Southeastern Fighting Champions – Quest of the Best | 1 | 02:02 |
| Vic | Dejuan Jackson | Submission (Rear-Naked Choke) | 2008-05-24 | PFC – Powerhouse Fighting Championships | 1 | 00:00 |
| Vic | Nate Murdock | Decision (Unanimous) | 2008-05-16 | PFC – Powerhouse Fighting Championships | 3 | 05:00 |
| Vic | Bryan Goldsby | Decision (Unanimous) | 2008-04-05 | TIM – Throwdown in Mo-Town | 3 | 05:00 |
| Vic | Andrew Wiggins | TKO | 2007-12-07 | Champions Quest – Fighting Challenge | 2 | 03:14 |
| Vic | Chris Thorne | Submission (Triangle Choke) | 2007-09-29 | Champions Quest – Fighting Challenge | 1 | 00:48 |
| Vic | James Tomko | Submission (Triangle Choke) | 2007-02-25 | AEFN – Augusta Extreme Fight Night | 1 | 03:53 |
| Vic | David Degoma | Decision (Unanimous) | 2007-01-27 | EFN – Athens Extreme Fight Night 6 | 3 | 05:00 |

