Nom: Lawal
Prénom: Muhammed
Surnom: King Mo
// 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', 7], ['VIC par SOU', 0], ['VIC par DEC', 2], ['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 | Lorenz Larkin | KO (Punches) | 2012-01-07 | Strikeforce Rockhold vs Jardine | 2 | 01:32 |
| Vic | Roger Gracie | KO (Punch) | 2011-09-10 | Strikeforce World GP Semi-finals | 1 | 04:37 |
| Def | Rafael Cavalcante | TKO (Punches and Elbows) | 2010-08-21 | Strikeforce – Houston | 3 | 01:14 |
| Vic | Gegard Mousasi | Decision (Unanimous) | 2010-04-17 | Strikeforce – Nashville | 5 | 05:00 |
| Vic | Mike Whitehead | KO (Punches) | 2009-12-19 | Strikeforce – Evolution | 1 | 03:08 |
| Vic | Mark Kerr | TKO (Punches) | 2009-08-28 | M-1 Global – Breakthrough | 1 | 00:25 |
| Vic | Ryo Kawamura | Decision (Unanimous) | 2009-03-20 | Sengoku – Seventh Battle | 3 | 05:00 |
| Vic | Yukiya Naito | TKO (Punches) | 2009-01-04 | Sengoku – No Ran 2009 | 1 | 03:54 |
| Vic | Fabio Silva | TKO (Punches) | 2008-11-01 | Sengoku – Sixth Battle | 3 | 00:41 |
| Vic | Travis Wiuff | TKO (Punches) | 2008-09-28 | Sengoku – Fifth Battle | 1 | 02:11 |

