Nom: Martinez
Prénom: Jesus
// 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', 1], ['VIC par DEC', 3], ['VIC par AUTRE', 0], ['DÉF par KO', 2], ['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 |
| Def | Karl Amousou | TKO | 2011-11-26 | Bellator 59 | 1 | 02:20 |
| Vic | Christopher Wing | KO (Head Kick) | 2011-04-22 | Matrix Fights – Matrix Fights 4 | 2 | 01:16 |
| Def | Doug Gordon | TKO (Punches) | 2010-12-10 | Xtreme Fight Events – Cage Wars 4 | 1 | 00:50 |
| Vic | Chip Moraza-Pollard | Decision (Unanimous) | 2010-09-17 | KOTC – No Mercy | 3 | 05:00 |
| Vic | Eddie Larrea | Decision (Unanimous) | 2010-06-19 | Xtreme Fight Events – Cage Wars 2 | 3 | 05:00 |
| Vic | Corey Popanz | Submission (Guillotine Choke) | 2010-05-04 | LITC 4 – Locked in the Cage 4 | 1 | 00:23 |
| Vic | Dustin Carroll | TKO (Punches) | 2010-03-27 | Xtreme Fight Events – Cage Wars | 1 | 01:06 |
| Vic | Jim Tomczuk | Decision (Unanimous) | 2009-11-20 | ROC 27 – Ring of Combat 27 | 3 | 04:00 |

