Nom: Hettes
Prénom: Jim
// 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', 0], ['VIC par SOU', 9], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['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 | Nam Phan | Decision (Unanimous) | 2011-12-30 | UFC 141 | 3 | 05:00 |
| Vic | Alex Caceres | Submission (Rear Naked Choke) | 2011-08-14 | UFC Live: Hardy vs. Lytle | 2 | 03:12 |
| Vic | Jacob Kirwan | Submission (Triangle Choke) | 2011-07-16 | MASS – Inauguration | 2 | 03:58 |
| Vic | George Sheppard | Submission (Rear-Naked Choke) | 2010-11-26 | Northeast MMA – Cage Fight 6 | 2 | 03:05 |
| Vic | Dwayne Shelton | Submission (Guillotine Choke) | 2010-08-13 | Northeast MMA – Cage Fight 5 | 1 | 00:49 |
| Vic | James Jones | Submission (Rear-Naked Choke) | 2010-03-27 | SF – Shogun Fights 2 | 1 | 00:28 |
| Vic | Jay Haas | Submission (Heel Hook) | 2009-11-27 | Northeast MMA – Cage Fight 2 | 1 | 00:47 |
| Vic | Steven Baker | Submission (Armbar) | 2009-10-24 | SF – Shogun Fights 1 | 1 | 01:35 |
| Vic | Nick Gentile | Submission (Triangle Choke) | 2009-08-28 | PCF – Premier Cage Fighting | 1 | 03:11 |
| Vic | Bobby Gorham | Submission (Rear-Naked Choke) | 2009-06-12 | Northeast MMA – Cage Fight 1 | 1 | 01:51 |

