Nom: Lowe
Prénom: Michael
Autre: Waylon
// 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', 3], ['VIC par SOU', 3], ['VIC par DEC', 4], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['DÉF par SOU', 3], ['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 |
| Def | Nik Lentz | Submission (Guillotine Choke) | 2011-03-26 | UFC – Fight Night 24 | 3 | 02:24 |
| Vic | Willamy Freire | Decision (Unanimous) | 2011-01-22 | UFC – Fight for the Troops 2 | 3 | 05:00 |
| Vic | Steve Lopez | Decision (Split) | 2010-09-25 | UFC 119 – Mir vs. Cro Cop | 3 | 05:00 |
| Def | Melvin Guillard | KO (Knee to the Body) | 2010-05-29 | UFC 114 – Rampage vs. Evans | 1 | 03:28 |
| Vic | Steve Berger | KO (Punches) | 2010-04-16 | KOTC – Bad Boys 2 | 1 | 02:18 |
| Vic | Chris Barnes | TKO (Punches) | 2010-01-16 | 5150 Combat League / Xtreme Fighting League – New Year Revolution | 1 | 01:12 |
| Vic | Frank Caraballo | Decision (Unanimous) | 2009-05-01 | BFC – Bellator Fighting Championships 5 | 3 | 05:00 |
| Vic | Jay Ellis | Decision (Unanimous) | 2008-10-18 | EC 109 – Extreme Challenge 109 | 3 | 05:00 |
| Vic | Alex Carter | Submission (Rear-Naked Choke) | 2008-03-08 | ICE 32 – International Combat Event 32 | 1 | 03:06 |
| Vic | Andrew Hoogeboom | TKO (Punches) | 2008-02-23 | XFO 22 – Rising Star | 1 | 00:43 |
| Def | Alonzo Martinez | Submission (Punches) | 2007-05-12 | FF 12 – Fightfest 12 | 1 | 03:07 |
| Vic | Nick Sorg | Submission (Punches) | 2007-02-03 | FF 11 – Fightfest 11 | 2 | 01:59 |
| Vic | Cody Shipp | Submission (Kimura) | 2006-09-23 | FF 7 – Fightfest 7 | 2 | 02:23 |
| Def | David Love | Submission (Guillotine Choke) | 2006-05-20 | HOOKnSHOOT – Live | 1 | 00:00 |

