Nom: Brunson
Prénom: Derek
// 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', 2], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['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 | Jeremy Hamilton | Decision (Unanimous) | 2011-06-24 | Strikeforce – Challengers 16 | 3 | 05:00 |
| Vic | Danny Babcock | KO (Punch) | 2011-01-22 | WEF – World Extreme Fighting 45 | 1 | 01:07 |
| Vic | Rhomez Brower | Submission (Punches) | 2010-12-04 | Xtreme Fight Promotions – The Holiday Fight Fest | 1 | 02:27 |
| Vic | Todd Chattelle | TKO (Punches) | 2010-10-29 | ICE – Fright Night 2010 | 1 | 00:14 |
| Vic | Edward Jackson | KO (Punches) | 2010-07-31 | CFP – Carolinas Summer Fight Series 3 | 1 | 00:41 |
| Vic | Chris McNally | KO (Punches) | 2010-06-26 | CFP – Carolinas Summer Fight Series 2 | 1 | 01:42 |
| Vic | John Bryant | Submission (Rear-Naked Choke) | 2010-05-22 | CFP – Carolinas Summer Fight Series 1 | 1 | 00:52 |


