Nom: Almeida
Prénom: Magno
// 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', 0], ['VIC par SOU', 8], ['VIC par DEC', 0], ['VIC par AUTRE', 1], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['DÉF par DEC', 2], ['DÉF par AUTRE', 0], ['No Contest', 1], ['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 | Conor Heun | Decision (Unanimous) | 2011-06-18 | Strikeforce Overeem vs Werdum | 3 | 05:00 |
| Vic | Mike Campbell | Submission (Rear-Naked Choke) | 2010-09-17 | CES MMA 1 – First Blood | 1 | 04:03 |
| Vic | Mikhail Malyutin | Submission (Kimura) | 2010-08-13 | CZ 34 – Friday the 13th at the Rock | 1 | 03:26 |
| Vic | Cody Bollinger | Submission (Armbar) | 2010-07-24 | RITC – Respect in the Cage | 1 | 01:02 |
| Vic | Matthew Brent Kinberger | Submission (Armbar) | 2009-08-21 | CZ 29 – The Rock 4 | 2 | 02:24 |
| Vic | Sergio Leal | Submission (Keylock) | 2008-08-09 | Ichigeki – Brazil 2008 | 1 | 00:00 |
| Def | Fernando Paulon | Decision (Unanimous) | 2008-02-13 | The One – VIP Fighting | 3 | 05:00 |
| Vic | Carlos Ramon | Submission (Triangle Choke) | 2007-12-08 | Predador FC 8 – Kamae | 1 | 01:55 |
| NC | Lubomir Guedjev | No Contest | 2007-05-05 | Ichigeki – Bulgaria | 0 | 00:00 |
| Vic | Marcos dos Santos | N/A | 2007-03-10 | Ichigeki – Brazil 2007 | 0 | 00:00 |
| Vic | Maicon Jonatas de Lima | Submission (Armbar) | 2007-01-26 | CA – Coliseum Arena | 1 | 00:20 |
| Vic | Viscardi Andrade | Submission (Keylock) | 2006-05-06 | Ichigeki – Brazil 2006 | 1 | 03:55 |

