Nom: Mitchell
Prénom: David
Surnom: Daudi
// 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', 0], ['VIC par SOU', 9], ['VIC par DEC', 2], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['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 | Paulo Thiago | Decision (Unanimous) | 2011-08-27 | UFC 134 Rio | 3 | 05:00 |
| Def | Anthony Waldburger | Decision (Unanimous) | 2010-09-15 | UFC – UFC Fight Night 22 | 3 | 05:00 |
| Vic | Poppies Martinez | Technical Submission (Triangle Choke) | 2010-07-09 | TPF 5 – Stars and Strikes | 1 | 01:32 |
| Vic | Tim McKenzie | Submission (Guillotine Choke) | 2010-05-05 | TPF 4 – Cinco de Mayhem | 1 | 01:10 |
| Vic | Bobby Green | Submission (Toe Hold) | 2009-12-03 | TPF 2 – Brawl in the Hall | 1 | 00:54 |
| Vic | War Machine | Decision (Split) | 2009-10-08 | TPF 1 – Tachi Palace Fights 1 | 3 | 05:00 |
| Vic | Josh Neal | Submission (Armbar) | 2009-02-21 | CCFC 10 – Battle for Nor-Cal | 1 | 00:28 |
| Vic | Jeff Morris | Submission (Armbar) | 2008-05-17 | CCFC – Mayhem | 1 | 01:47 |
| Vic | Andy Maccarone | Decision (Unanimous) | 2007-08-18 | CCFC – Meltdown | 3 | 05:00 |
| Vic | Drew Dimanlig | Submission (Armbar) | 2007-05-12 | CCFC – Total Elimination | 2 | 00:00 |
| Vic | Jeff Harmon | Submission (Rear-Naked Choke) | 2006-11-04 | CCFC – Throwdown at The Pavilion | 2 | 01:23 |
| Vic | Kenneth Johnson | Submission (Rear-Naked Choke) | 2006-10-14 | GC 55 – Beatdown | 1 | 02:54 |
| Vic | John Corstorphine | Submission (Triangle Choke) | 2006-07-08 | GC 52 – Deep Impact | 1 | 03:30 |

