Nom: McDonald
Prénom: Michael
Surnom: Mayday
// 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', 8], ['VIC par SOU', 4], ['VIC par DEC', 2], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['DÉF par SOU', 0], ['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 |
| Vic | Alex Soto | KO (Punches) | 2011-11-19 | UFC 139 | 1 | 00:56 |
| Vic | Chris Cariaso | Decision (Split) | 2011-05-28 | UFC 130: Rampage vs. Hamill | 3 | 05:00 |
| Vic | Edwin Figueroa | Decision (Unanimous) | 2011-03-26 | UFC – Fight Night 24 | 3 | 05:00 |
| Vic | Clint Godfrey | Submission (Armbar) | 2010-11-11 | WEC 52 – Faber vs. Mizugaki | 1 | 02:42 |
| Vic | Cole Escovedo | KO (Punches) | 2010-07-09 | TPF 5 – Stars and Strikes | 2 | 01:12 |
| Vic | Manny Tapia | TKO (Punches) | 2010-02-04 | TPF 3 – Champions Collide | 1 | 04:31 |
| Vic | Carlos Garces | TKO (Punches) | 2009-10-08 | TPF 1 – Tachi Palace Fights 1 | 1 | 02:01 |
| Def | Cole Escovedo | TKO (Punches) | 2009-05-08 | PFC 13 – Validation | 2 | 02:25 |
| Vic | Jason Georgianna | TKO (Punches) | 2009-01-22 | PFC 12 – High Stakes | 1 | 02:38 |
| Vic | Randy Rodoni | KO (Punch) | 2008-11-02 | GC 86 – Day of the Dead | 1 | 00:47 |
| Vic | Fernando Arreola | Submission | 2008-09-07 | GC 84 – Bad Blood | 1 | 03:49 |
| Vic | Javier Vargas | TKO (Punches) | 2008-07-27 | GC 81 – Lights Out | 1 | 01:38 |
| Vic | Steve Frano | TKO (Punches) | 2008-05-18 | GC 78 – No Limits | 1 | 01:17 |
| Vic | Dominic Pena | Submission (Arm-Triangle Choke) | 2008-03-17 | GC 76 – Alpha Dog Challenge | 1 | 01:12 |
| Vic | Joe Corona | Submission (Triangle Choke) | 2007-11-11 | GC 71 – Lock n Load | 1 | 01:17 |

