Nom: Tavares
Prénom: Brad
// 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', 1], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['DÉF par DEC', 1], ['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 | Aaron Simpson | Decision (Unanimous) | 2011-07-02 | UFC 132 Cruz vs Faber | 3 | 05:00 |
| Vic | Phil Baroni | KO (Knees and Punches) | 2011-01-01 | UFC 125 – Resolution | 1 | 04:20 |
| Vic | Seth Baczynski | Decision (Unanimous) | 2010-06-19 | UFC – The Ultimate Fighter 11 Finale | 3 | 05:00 |
| Vic | Jonathan Joao | TKO (Punches) | 2009-03-07 | X-1 – Temple of Boom 4 | 1 | 00:00 |
| Vic | Joshua Ferreira | Submission (Rear-Naked Choke) | 2008-09-27 | X-1 – Temple of Boom 1 | 2 | 02:28 |
| Vic | Devin Kauwe | TKO (Punches) | 2008-08-02 | Icon Sport – Hard Times | 1 | 01:52 |
| Vic | John Ferrel | Submission (Rear-Naked Choke) | 2008-04-18 | NVP – Niko Vitale Promotions | 1 | 00:00 |
| Vic | Thomas Sedano | TKO (Punches) | 2007-06-29 | MMAC – Conflict: The Beginning | 1 | 00:40 |

