Nom: Villante
Prénom: Gianpiero
// 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', 5], ['VIC par SOU', 2], ['VIC par DEC', 0], ['VIC par AUTRE', 0], ['DÉF par KO', 2], ['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 | Lorenz Larkin | Decision (Unanimous) | 2011-06-24 | Strikeforce – Challengers 16 | 3 | 05:00 |
| Def | Chad Griggs | TKO (Punches) | 2011-02-12 | Strikeforce – Fedor vs. Silva | 1 | 02:49 |
| Vic | Joseph Reyes | TKO (Punches) | 2010-12-03 | ROC 33 – Ring of Combat 33 | 1 | 01:03 |
| Def | Demetrius Richards | TKO (Arm Injury) | 2010-04-16 | ROC 29 – Ring of Combat 29 | 1 | 03:27 |
| Vic | Mike Cook | Submission (Rear-Naked Choke) | 2010-02-19 | ROC 28 – Ring of Combat 28 | 1 | 00:40 |
| Vic | Marcelo Donald Pereira | KO (Punch) | 2009-11-20 | ROC 27 – Ring of Combat 27 | 1 | 03:59 |
| Vic | Rob Wince | KO (Head Kick) | 2009-09-11 | ROC 26 – Ring of Combat 26 | 2 | 01:25 |
| Vic | Joe Abouata | TKO (Punches) | 2009-06-12 | ROC 25 – Ring of Combat 25 | 1 | 01:48 |
| Vic | Paul White | Submission (Rear-Naked Choke) | 2009-04-17 | ROC 24 – Ring of Combat 24 | 1 | 01:46 |
| Vic | Randy Durant | TKO (Cut) | 2009-02-20 | ROC 23 – Ring of Combat 23 | 1 | 00:35 |

