Nom: Woodley
Prénom: Tyron
// 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', 1], ['VIC par SOU', 5], ['VIC par DEC', 4], ['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 | Jordan Mein | Decision (Split) | 2012-01-07 | Strikeforce Rockhold vs Jardine | 3 | 05:00 |
| Vic | Paul Daley | Decision (Unanimous) | 2011-07-30 | Strikeforce Fedor vs Hendo | 3 | 05:00 |
| Vic | Tarec Saffiedine | Decision (Unanimous) | 2011-01-07 | Strikeforce – Challengers 13 | 3 | 05:00 |
| Vic | Andre Galvao | KO (Punches) | 2010-10-09 | Strikeforce – Diaz vs. Noons 2 | 1 | 01:48 |
| Vic | Nathan Coy | Decision (Split) | 2010-05-21 | Strikeforce – Challengers 8 | 3 | 05:00 |
| Vic | Rudy Bears | Submission (Arm-Triangle Choke) | 2009-11-20 | Strikeforce – Challengers 5 | 1 | 02:52 |
| Vic | Zach Light | Submission (Armbar) | 2009-09-25 | Strikeforce – Challengers 3 | 2 | 03:38 |
| Vic | Sal Woods | Submission (Brabo Choke) | 2009-06-06 | Strikeforce – Lawler vs. Shields | 1 | 04:20 |
| Vic | Jeff Carstens | Submission (Rear-Naked Choke) | 2009-04-30 | RIE 2 – Brotherly Love Brawl | 1 | 00:48 |
| Vic | Steve Schneider | Submission (Punches) | 2009-02-07 | HP – The Patriot Act | 1 | 01:09 |

