Nom: Downes
Prénom: Danny
// 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', 2], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 1], ['DÉF par DEC', 2], ['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 | Ramsey Nijem | Decision (Unanimous) | 2011-10-29 | UFC 137: Penn vs Diaz | 3 | 05:00 |
| Def | Jeremy Stephens | Decision (Unanimous) | 2011-06-04 | The Ultimate Fighter 13 Finale | 3 | 05:00 |
| Vic | Tory Bogguess | Submission (Triangle Choke) | 2011-05-06 | NAFC – Mayhem | 1 | 03:24 |
| Vic | Tiequan Zhang | Decision (Unanimous) | 2010-12-16 | WEC 53 – Henderson vs. Pettis | 3 | 05:00 |
| Def | Chris Horodecki | Submission (Rear-Naked Choke) | 2010-06-20 | WEC 49 – Varner vs. Shalorus | 3 | 01:09 |
| Vic | Bruce Johnson | TKO (Punches) | 2010-04-24 | KOTC – Turbulence 2 | 1 | 04:56 |
| Vic | David Kless | Decision (Unanimous) | 2009-11-07 | GCF – Strength and Honor | 3 | 05:00 |
| Vic | Jake Omen | TKO (Punches) | 2009-03-14 | GCF – The Good,the Bad and the Ugly | 2 | 04:24 |
| Vic | Gustavo Rodriguez | TKO (Punches) | 2009-01-24 | EFC 6 – Evolution Fighting Championships | 1 | 02:19 |
| Vic | Mike Sandez | TKO (Punches) | 2008-12-13 | GFS – Season s Beatings | 1 | 03:14 |
| Vic | John Lovejoy | TKO (Punches) | 2007-10-06 | GFS – Caged Colosseum | 1 | 01:00 |


