Nom: Dillashaw
Prénom: Tylor
Autre: Jefferey
// 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', 2], ['VIC par DEC', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['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 |
| Def | John Dodson | TKO (Punches) | 2011-12-03 | TUF 14 | 1 | 01:54 |
| Vic | Taylor McCorriston | TKO (Punches) | 2010-11-20 | CFC – Capitol Fighting Championships | 3 | 01:07 |
| Vic | Mike Suarez | Submission (Rear-Naked Choke) | 2010-10-02 | Rebel Fighter – Domination | 1 | 02:42 |
| Vic | Brandon Drucker | Submission (Rear-Naked Choke) | 2010-05-22 | FFW – Fight for Wrestling 1 | 1 | 02:46 |
| Vic | Czar Sklavos | Decision (Unanimous) | 2010-03-26 | KOTC – Legacy | 3 | 05:00 |

