Nom: Rockhold
Prénom: Luke
// 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', 2], ['VIC par SOU', 6], ['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 |
| Vic | Keith Jardine | TKO (Punches) | 2012-01-07 | Strikeforce Rockhold vs Jardine | 1 | 04:26 |
| Vic | Ronaldo Souza | Decision (Unanimous) | 2011-09-10 | Strikeforce World GP Semi-finals | 3 | 05:00 |
| Vic | Paul Bradley | TKO (Knees to the Body) | 2010-02-26 | Strikeforce – Challengers 6 | 1 | 02:24 |
| Vic | Jesse Taylor | Submission (Rear-Naked Choke) | 2009-11-06 | Strikeforce – Challengers 4 | 1 | 03:42 |
| Vic | Cory Devela | Submission (Rear-Naked Choke) | 2009-06-19 | Strikeforce – Challengers 2 | 1 | 00:30 |
| Vic | Buck Meredith | Submission (Rear-Naked Choke) | 2009-04-11 | Strikeforce – Shamrock vs. Diaz | 1 | 04:07 |
| Vic | Nik Theotikos | Submission (Rear-Naked Choke) | 2008-11-21 | Strikeforce – Destruction | 1 | 03:06 |
| Vic | Josh Neal | Submission (Punches) | 2008-02-01 | Strikeforce – Young Guns 2 | 1 | 01:49 |
| Def | Tony Rubalcava | TKO (Punches) | 2007-11-06 | MOTM – Melee on the Mountain | 1 | 02:46 |
| Vic | Mike Martinez | Submission (Armbar) | 2007-07-24 | MOTM – Melee on the Mountain | 1 | 02:44 |


