Nom: Dongi
Prénom: Yang
// 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', 9], ['VIC par SOU', 1], ['VIC par DEC', 0], ['VIC par AUTRE', 0], ['DÉF par KO', 0], ['DÉF par SOU', 0], ['DÉF par DEC', 2], ['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 |
| Def | Court McGee | Decision (Unanimous) | 2011-09-17 | UFC Fight Night: Shields vs. Ellenberger | 3 | 05:00 |
| Vic | Rob Kimmons | TKO (Punches) | 2011-03-03 | UFC Live 3 – Sanchez vs. Kampmann | 2 | 04:47 |
| Def | Chris Camozzi | Decision (Split) | 2010-10-23 | UFC 121 – Lesnar vs. Velasquez | 3 | 05:00 |
| Vic | Bill Saures | TKO (Punches) | 2010-05-21 | Trench Warz 12 – Battle Brawl | 1 | 01:07 |
| Vic | Ryuta Noji | TKO (Punches) | 2008-12-14 | Heat – Heat 8 | 2 | 03:17 |
| Vic | Pawel Nastula | TKO (Exhaustion) | 2008-08-24 | Sengoku – Fourth Battle | 2 | 02:15 |
| Vic | Keigo Takamori | TKO (Punches) | 2007-08-05 | Deep – 31 Impact | 1 | 01:57 |
| Vic | Junpei Hamada | TKO (Punches) | 2007-07-23 | Deep – CMA Festival 2 | 1 | 03:56 |
| Vic | Chang Seob Lee | TKO (Punches) | 2007-06-24 | SSF – Super Sambo Festival | 3 | 04:56 |
| Vic | Yun Seob Kwak | TKO (Punches) | 2007-06-02 | WXF – North Jeolla MMA Championships | 2 | 02:35 |
| Vic | Dool Hee Lee | TKO (Punches) | 2007-06-02 | WXF – North Jeolla MMA Championships | 1 | 01:36 |
| Vic | Hyung Kyo Lee | Submission (Triangle Choke) | 2007-06-02 | WXF – North Jeolla MMA Championships | 1 | 01:40 |

