Nom: Terry
Prénom: James
// 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', 6], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 1], ['DÉF par DEC', 2], ['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 | Caros Fodor | Decision (Unanimous) | 2011-06-24 | Strikeforce – Challengers 16 | 3 | 05:00 |
| Vic | Josh Thornburg | KO (Punch) | 2011-04-01 | Strikeforce – Challengers 15 | 1 | 04:38 |
| Vic | Lucas Gamaza | TKO (Punches) | 2011-01-29 | Strikeforce – Diaz vs. Cyborg | 1 | 03:26 |
| Vic | David Marshall | Decision (Unanimous) | 2010-10-09 | Strikeforce – Diaz vs. Noons 2 | 3 | 05:00 |
| Def | Tarec Saffiedine | Decision (Unanimous) | 2010-02-26 | Strikeforce – Challengers 6 | 3 | 05:00 |
| Vic | Zak Bucia | TKO (Head Kick and Punches) | 2009-08-15 | Strikeforce – Carano vs. Cyborg | 1 | 01:23 |
| Vic | Zak Bucia | Decision (Unanimous) | 2009-04-11 | Strikeforce – Shamrock vs. Diaz | 3 | 05:00 |
| Def | Jeremiah Metcalf | Submission (Rear-Naked Choke) | 2008-05-17 | CCFC – Mayhem | 2 | 01:47 |
| Vic | Josh Hinkle | Decision (Split) | 2007-10-06 | CCFC – Undefeated | 3 | 05:00 |
| Vic | Jack Montgomery | Decision (Unanimous) | 2007-05-12 | CCFC – Total Elimination | 3 | 05:00 |
| Vic | Tony Juarez | TKO (Corner Stoppage) | 2007-02-17 | CCFC – Judgment Day | 1 | 02:10 |
| Vic | Josh McDonald | Decision (Unanimous) | 2006-11-04 | CCFC – Throwdown at The Pavilion | 3 | 05:00 |
| Vic | Josh Hayes | Decision (Unanimous) | 2006-08-12 | WC 1 – Warrior Cup 1 | 3 | 05:00 |

