Nom: Ishii
Prénom: Satoshi
// 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', 2], ['VIC par DEC', 2], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['DÉF par SOU', 0], ['DÉF par DEC', 1], ['DÉF par AUTRE', 0], ['No Contest', 0], ['Draw', 1], ['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 | Fedor Emelianenko | KO (Punches) | 2011-12-31 | Dream Fight For Japan | 1 | 02:29 |
| Nul | Paulo Filho | Draw | 2011-09-14 | AFC – Amazon Forest Combat 1 | 3 | 05:00 |
| Vic | Jerome Le Banner | Decision (Unanimous) | 2010-12-31 | K-1 – Dynamite!! Power of Courage 2010 | 3 | 05:00 |
| Vic | Katsuyori Shibata | Technical Submission (Kimura) | 2010-11-08 | K-1 – World MAX 2010 Final | 1 | 03:30 |
| Vic | Ikuhisa Minowa | Decision (Unanimous) | 2010-09-25 | Dream – Dream 16 | 2 | 05:00 |
| Vic | Tafa Misipati | Submission (Armbar) | 2010-05-15 | Xplosion – New Zealand vs. Japan | 1 | 02:42 |
| Def | Hidehiko Yoshida | Decision (Unanimous) | 2009-12-31 | K-1 – Dynamite!! Power of Courage 2009 | 3 | 05:00 |

