Nom: Davis
Prénom: Phil
Autre: Kwabina
Surnom: Mr. Wonderful
// 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', 2], ['VIC par SOU', 3], ['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 | Rashad Evans | Decision (Unanimous) | 2012-01-28 | UFC on FOX 2 | 5 | 05:00 |
| Vic | Antonio Rogerio Nogueira | Decision (Unanimous) | 2011-03-26 | UFC – Fight Night 24 | 3 | 05:00 |
| Vic | Tim Boetsch | Submission (Kimura) | 2010-11-20 | UFC 123 – Rampage vs. Machida | 2 | 02:55 |
| Vic | Rodney Wallace | Decision (Unanimous) | 2010-08-07 | UFC 117 – Silva vs. Sonnen | 3 | 05:00 |
| Vic | Alexander Gustafsson | Submission (Anaconda Choke) | 2010-04-10 | UFC 112 – Invincible | 1 | 04:55 |
| Vic | Brian Stann | Decision (Unanimous) | 2010-02-06 | UFC 109 – Relentless | 3 | 05:00 |
| Vic | David Baggett | Submission (Rear-Naked Choke) | 2009-06-27 | UCFC – Rumble on the Rivers | 1 | 03:37 |
| Vic | Terry Cohens | TKO (Punches) | 2009-04-25 | UWC 6 – Capital Punishment | 1 | 04:29 |
| Vic | Josh Green | TKO (Punches) | 2009-01-22 | PFC 12 – High Stakes | 1 | 01:49 |
| Vic | Brett Chism | Decision (Unanimous) | 2008-10-11 | No Boundary – The Awakening | 2 | 05:00 |

