Nom: Jacoby
Prénom: Dustin
// 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', 5], ['VIC par SOU', 1], ['VIC par DEC', 0], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 1], ['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 | Chris Carmozzi | Submission (Guillotine Choke) | 2012-01-28 | UFC on FOX 2 | 1 | 01:08 |
| Def | Clifford Starks | Decision (Unanimous) | 2011-10-29 | UFC 137: Penn vs Diaz | 3 | 05:00 |
| Vic | Billy Horne | TKO (Punches) | 2011-09-04 | AP – Riverfists 2011 | 1 | 00:37 |
| Vic | Ryan Sturdy | TKO (Doctor Stoppage) | 2011-06-25 | XFO – Xtreme Fighting Organization 40 | 2 | 02:31 |
| Vic | Oscar Glover | TKO (Punches) | 2011-04-30 | CCCW – Fight Night 3 | 1 | 02:25 |
| Vic | Ryan Braun | Submission (Triangle Choke) | 2011-03-12 | Disorderly Conduct – St. Pattys Showdown | 1 | 01:05 |
| Vic | David Gaston | TKO (Punches) | 2011-01-29 | CCCW 6 – Capital City Cage Wars | 1 | 00:54 |
| Vic | Dan McGlasson | TKO (Punches) | 2010-11-27 | CCCW – Capital City Cage Wars | 1 | 02:09 |

