Nom: da Silva
Prénom: Ronny
Autre: Marki Sales
Surnom: Ronny Markes
// 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', 4], ['VIC par DEC', 3], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 1], ['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 | Karlos Vemola | Decision (Unanimous) | 2011-08-14 | UFC Live: Hardy vs. Lytle | 3 | 05:00 |
| Vic | Paulo Filho | Decision (Unanimous) | 2011-04-29 | IFC – International Fighter Championship | 3 | 05:00 |
| Vic | Diogo Osama | TKO (Punches) | 2011-04-01 | Shooto – Brazil 22 | 1 | 00:45 |
| Vic | Wendres Carlos da Silva | Submission (Punches) | 2011-01-23 | GFC – Gouveia Fight Championship 2 | 3 | 04:57 |
| Vic | Fernando Silva | TKO (Punches) | 2010-11-27 | Brazil Fight 3 – Minas Gerais vs. Sao Paulo | 1 | 03:08 |
| Def | Paulo Henrique Garcia Rodrigues | Submission (Armbar) | 2010-10-07 | IMC – Iron Man Championship 7 | 1 | 04:43 |
| Vic | Fernando Almeida | TKO (Punches) | 2010-09-09 | ASC – Amazon Show Combat | 1 | 00:00 |
| Vic | Wanderlan Vila Cruzeiro | TKO (Punches) | 2010-06-12 | Shooto – Brazil 16 | 1 | 00:00 |
| Vic | Roque Oliver | Submission (Arm-Triangle Choke) | 2009-12-05 | PFB – Platinum Fight Brazil 2 | 1 | 02:42 |
| Vic | Charles Andrade | Submission (Kimura) | 2009-11-12 | NFC – Natal Fight Championship 2 | 1 | 03:56 |
| Vic | Michael Knaap | Decision (Unanimous) | 2009-10-25 | BG – Top Team | 3 | 05:00 |
| Vic | Junior Fofinho | Submission (Arm-Triangle Choke) | 2009-08-13 | PFB – Platinum Fight Brazil | 1 | 00:28 |
| Vic | Enrico Vaccaro | TKO | 2007-01-27 | KO – Arena 6 | 2 | 01:05 |

