Nom: Konrad
Prénom: Cole
Surnom: The Polar Bear
// 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', 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 | Neil Grove | Submission (Keylock) | 2010-10-14 | BFC – Bellator Fighting Championships 32 | 1 | 04:45 |
| Vic | Damian Grabowski | Decision (Unanimous) | 2010-09-16 | BFC – Bellator Fighting Championships 29 | 3 | 05:00 |
| Vic | Rogent Lloret | Decision (Unanimous) | 2010-08-19 | BFC – Bellator Fighting Championships 25 | 3 | 05:00 |
| Vic | John Orr | Decision (Unanimous) | 2010-06-17 | BFC – Bellator Fighting Championships 22 | 3 | 05:00 |
| Vic | Pat Bennett | Decision (Unanimous) | 2010-05-06 | BFC – Bellator Fighting Championships 17 | 3 | 05:00 |
| Vic | Joel Wyatt | TKO (Punches) | 2010-02-27 | Matrix Fights – Matrix Fights 1 | 1 | 02:23 |
| Vic | Gary Hamen | Submission (Neck Crank) | 2010-01-23 | MF 8 – Elimination | 1 | 01:07 |

