Nom: Evangelista
Prénom: Billy
// 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', 0], ['VIC par DEC', 7], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['DÉF par DEC', 2], ['DÉF par AUTRE', 0], ['No Contest', 1], ['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 | KJ Noons | Decision (Unanimous) | 2011-12-17 | Strikeforce: Melendez vs. Masvidal | 3 | 05:00 |
| Def | Jorge Masvidal | Decision (Unanimous) | 2011-03-05 | Strikeforce – Feijao vs. Henderson | 3 | 05:00 |
| Vic | Waachiim Spiritwolf | Decision (Unanimous) | 2010-10-22 | Strikeforce – Challengers 11 | 3 | 05:00 |
| Vic | Jorge Gurgel | Decision (Unanimous) | 2009-11-06 | Strikeforce – Challengers 4 | 3 | 05:00 |
| NC | Mike Aina | No Decision (Overturned by CSAC) | 2009-05-15 | Strikeforce – Challengers 1 | 2 | 03:42 |
| Vic | Harris Sarmiento | Decision (Unanimous) | 2009-01-22 | PFC 12 – High Stakes | 3 | 03:00 |
| Vic | Luke Caudillo | Decision (Unanimous) | 2008-10-03 | Strikeforce – Payback | 3 | 05:00 |
| Vic | Nam Phan | Decision (Split) | 2008-06-27 | Strikeforce – Melendez vs. Thomson | 3 | 05:00 |
| Vic | Marlon Sims | KO (Punch) | 2008-03-29 | Strikeforce – Shamrock vs. Le | 3 | 00:39 |
| Vic | Clint Coronel | Decision (Split) | 2007-09-29 | Strikeforce – Playboy Mansion | 3 | 05:00 |
| Vic | Ryan Bixler | Decision (Unanimous) | 2007-07-24 | MOTM – Melee on the Mountain | 5 | 05:00 |
| Vic | Alexander Crispim | TKO (Punches) | 2007-03-31 | GC 61 – Chaos at Kezar | 3 | 03:48 |
| Vic | Isaiah Hill | TKO (Punches) | 2007-02-10 | Strikeforce – Young Guns | 1 | 01:39 |
| Vic | Ryan Healy | TKO (Punches and Elbows) | 2006-01-13 | WEC 18 – Unfinished Business | 2 | 02:06 |

