Nom: Muñoz
Prénom: Mark
Surnom: The Filipino Wrecking Machine
// 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', 6], ['VIC par SOU', 1], ['VIC par DEC', 5], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['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 |
| Vic | Chris Leben | TKO (Corner Stoppage) | 2011-11-05 | UFC 138: Leben vs Munoz | 2 | 05:00 |
| Vic | Demian Maia | Decision (Unanimous) | 2011-06-11 | UFC 131: Dos Santos vs Carwin | 3 | 05:00 |
| Vic | C.B. Dollaway | KO (Punches) | 2011-03-03 | UFC Live 3 – Sanchez vs. Kampmann | 1 | 00:54 |
| Vic | Aaron Simpson | Decision (Unanimous) | 2010-11-20 | UFC 123 – Rampage vs. Machida | 3 | 05:00 |
| Def | Yushin Okami | Decision (Split) | 2010-08-01 | UFC Live 2 – Jones vs. Matyushenko | 3 | 05:00 |
| Vic | Kendall Grove | TKO (Punches) | 2010-04-10 | UFC 112 – Invincible | 2 | 02:50 |
| Vic | Ryan Jensen | Submission (Punches) | 2010-01-02 | UFC 108 – Evans vs. Silva | 1 | 02:30 |
| Vic | Nick Catone | Decision (Split) | 2009-08-29 | UFC 102 – Couture vs. Nogueira | 3 | 05:00 |
| Def | Matt Hamill | KO (Head Kick) | 2009-03-07 | UFC 96 – Jackson vs. Jardine | 1 | 03:53 |
| Vic | Ricardo Barros | TKO (Punches) | 2008-12-03 | WEC 37 – Torres vs. Tapia | 1 | 02:26 |
| Vic | Chuck Grigsby | TKO (Punches) | 2008-06-01 | WEC 34 – Sacramento | 1 | 04:15 |
| Vic | Tony Rubalcava | Decision (Unanimous) | 2007-10-18 | PFC 4 – Project Complete | 3 | 03:00 |
| Vic | Mike Pierce | Decision (Unanimous) | 2007-09-22 | GC 69 – Bad Intentions | 3 | 05:00 |
| Vic | Austin Achorn | TKO (Punches) | 2007-07-19 | PFC 3 – Step Up | 1 | 01:25 |

