Nom: Del Rosario
Prénom: Shane
// 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', 8], ['VIC par SOU', 3], ['VIC par DEC', 0], ['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 | Lavar Johnson | Submission | 2011-02-12 | Strikeforce – Fedor vs. Silva | 1 | 04:31 |
| Vic | Lolohea Mahe | TKO | 2010-07-23 | Strikeforce – Challengers 9 | 1 | 03:48 |
| Vic | Brandon Cash# | Submission | 2009-11-06 | Strikeforce – Challengers 4 | 1 | 02:57 |
| Vic | Lloyd Marshbanks | TKO | 2009-09-26 | M-1 Challenge | 1 | 01:34 |
| Vic | Maxim Grishin | TKO | 2009-07-04 | M-1 Challenge | 1 | 00:21 |
| Vic | Dool Hee Lee | KO | 2009-04-29 | M-1 Challenge | 1 | 02:27 |
| Vic | Carl Seumanutafa | TKO | 2008-09-26 | ShoXC | 2 | 01:07 |
| Vic | Analu Brash | TKO | 2008-05-21 | ShoXC | 1 | 03:18 |
| Vic | Amedeo Viola | Submission | 2007-10-26 | ShoXC | 1 | 02:27 |
| Vic | Gilbert Carreto | TKO | 2007-04-21 | No Limits | 1 | 01:19 |
| Vic | Gabor Nemeth | TKO | 2006-08-04 | KOTC | 1 | 03:53 |

