Nom: Mitrione
Prénom: Matthew
Autre: Steven
Surnom: Meathead
// 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', 4], ['VIC par SOU', 0], ['VIC par DEC', 1], ['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 | Cheick Kongo | Decision (Unanimous) | 2011-10-29 | UFC 137: Penn vs Diaz | 3 | 05:00 |
| Vic | Christian Morecraft | KO (Punches) | 2011-06-26 | UFC Live 4 – Kongo vs. Barry | 2 | 04:28 |
| Vic | Tim Hague | TKO (Punches) | 2011-01-22 | UFC – Fight for the Troops 2 | 1 | 02:59 |
| Vic | Joey Beltran | Decision (Unanimous) | 2010-09-25 | UFC 119 – Mir vs. Cro Cop | 3 | 05:00 |
| Vic | Kevin Ferguson | TKO (Punches) | 2010-05-08 | UFC 113 – Machida vs. Shogun 2 | 2 | 04:24 |
| Vic | Marcus Jones | KO (Punches) | 2009-12-05 | UFC – The Ultimate Fighter 10 Finale | 2 | 00:10 |

