Nom: Johnson
Prénom: Michael
Surnom: The Menace
// 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', 5], ['VIC par SOU', 2], ['VIC par DEC', 3], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 5], ['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 |
| Vic | Shane Roller | Decision (Unanimous) | 2012-01-28 | UFC on FOX 2 | 3 | 05:00 |
| Def | Paul Sass | Submission (Heel Hook) | 2011-10-01 | UFC On Versus 6 Cruz vs Johnson | 1 | 03:00 |
| Vic | Edward Faaloloto | TKO (Punches) | 2011-06-26 | UFC Live 4 – Kongo vs. Barry | 1 | 04:42 |
| Def | Jonathan Brookins | Decision (Unanimous) | 2010-12-04 | UFC – The Ultimate Fighter 12 Finale | 3 | 05:00 |
| Vic | Chris McDaniel | TKO (Punches) | 2010-01-30 | FM – Productions | 1 | 04:34 |
| Vic | Ramiro Hernandez | Decision (Unanimous) | 2009-12-18 | TFC 15 – Titan Fighting Championship 15 | 3 | 05:00 |
| Vic | Aaron Derrow | TKO (Punches) | 2009-10-03 | XCF 10 – Xtreme Cage Fighter 10 | 1 | 00:43 |
| Def | Eric Marriott | Submission (Heel Hook) | 2009-05-09 | FM – Productions | 2 | 01:32 |
| Vic | Clay French | Submission (Kimura) | 2009-04-10 | FFC – Fuel Fight Club | 1 | 03:16 |
| Def | Joe Brammer | Submission (Guillotine Choke) | 2009-03-14 | MCC 19 – Midwest Cage Championships 19 | 4 | 03:45 |
| Def | James Krause | Submission | 2008-11-22 | FM – Productions | 1 | 02:55 |
| Vic | Warren Stewart | TKO (Punches) | 2008-09-13 | FM – Productions | 1 | 02:37 |
| Vic | Lucas Gwaltney | Decision (Majority) | 2008-07-25 | MFL – Midwest Fight League | 3 | 05:00 |
| Def | Ted Worthington | Submission (Triangle Choke) | 2008-04-25 | MCC 13 – Contenders | 3 | 01:29 |
| Vic | Steve Schneider | Submission | 2008-04-18 | FM – Productions | 1 | 02:12 |
| Vic | Chauncey Prather | TKO (Punches) | 2008-02-01 | FM – Productions | 1 | 01:12 |

