Nom: Penner
Prénom: Nick
// 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', 5], ['VIC par DEC', 2], ['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 |
| Def | Anthony Perosh | TKO (punches) | 2012-03-03 | UFC on FX: Alves vs. Kampmann | 1 | 04:59 |
| Vic | Tim Chemelli | Decision (unanimous) | 2011-09-16 | AMMA 8: Unfinished Business | 3 | 05:00 |
| Vic | Jon Ganshorn | TKO (punches) | 2011-07-22 | Bully's Fight Night 2 | 4 | 01:50 |
| Vic | Ryan Fortin | Submission (rear naked choke) | 2009-12-04 | MFC 23 | 2 | 03:31 |
| Vic | Joe Fonoti | Decision (unanimous) | 2009-03-20 | The Fight Club 6: Domination | 3 | 05:00 |
| Vic | Luc Desautels | TKO (punches) | 2008-12-05 | TFC 5: Armageddon | 1 | 03:01 |
| Vic | Jim Geddes | TKO (punches) | 2008-11-14 | KOTC: Face Off | 1 | 01:24 |
| Vic | Dana Swan | Submission (kimura) | 2008-10-10 | TFC: Muay Thai Warriors | 1 | 00:30 |
| Vic | Jared Kilkenny | Submission (kimura) | 2008-05-31 | TFC 3: This Means War | 2 | 04:13 |
| Def | Jimmy Ambriz | Decision (unanimous) | 2008-04-26 | Fighters Nation: Urban Conflict | 3 | 05:00 |
| Vic | Eric Esch | Submission (punches) | 2007-12-28 | TFC: First Blood | 1 | 02:28 |
| Vic | David Lainoff | Submission (kimura) | 2007-08-24 | MFC 13 | 1 | 01:57 |
| Vic | Bobby Kalmakoff | TKO | 2007-03-07 | TFC 2: Feel the Pain | 1 | 01:26 |


