Nom: Kingsbury
Prénom: Kyle
Autre: Cano
Surnom: Kingsbu
// 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', 2], ['VIC par DEC', 5], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['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 | Stephan Bonnar | Decision (Unanimous) | 2011-11-19 | UFC 139 | 3 | 05:00 |
| Vic | Fabio Maldonado | Decision (Unanimous) | 2011-06-04 | The Ultimate Fighter 13 Finale | 3 | 05:00 |
| Vic | Ricardo Romero | TKO (Knee to the Body and Punches) | 2011-02-05 | UFC 126 – Silva vs. Belfort | 1 | 00:21 |
| Vic | Jared Hamman | Decision (Unanimous) | 2010-09-15 | UFC – UFC Fight Night 22 | 3 | 05:00 |
| Vic | Razak Al-Hassan | Decision (Split) | 2009-10-24 | UFC 104 – Machida vs. Shogun | 3 | 05:00 |
| Def | Tom Lawlor | Decision (Unanimous) | 2008-12-13 | UFC – The Ultimate Fighter 8 Finale | 3 | 05:00 |
| Def | Tony Lopez | TKO | 2007-09-15 | KOTC – River Rage | 1 | 01:36 |
| Vic | Demian Decorah | Decision (Unanimous) | 2007-07-21 | KOTC – Battle at the Bowl | 2 | 05:00 |
| NC | Maurice Jackson | No Contest | 2007-05-26 | KOTC – Eclipse | 1 | 00:00 |
| Vic | Angelo Mcleroy | Submission (Rear-Naked Choke) | 2007-03-10 | KOTC – Caged Chaos | 1 | 01:39 |
| Vic | Rocky Batastini | Submission (Rear Naked Choke) | 2006-12-02 | RITC 89 – Triple Main Event | 1 | 00:19 |
| Vic | Aric Dylan | KO | 2006-09-29 | RITC 87 – Rage in the Cage | 1 | 01:45 |
| Vic | Brian Ryan | Decision (Unanimous) | 2006-08-05 | RITC 85 – Xtreme Cage Fighting | 3 | 03:00 |
| Vic | Dan Glasgow | TKO (Punches) | 2006-07-01 | RITC 84 – Celebrity Theatre | 1 | 00:29 |
| Vic | Johnathan Tsosie | KO (Punches) | 2006-06-10 | RITC 83 – Rampage | 1 | 00:00 |

