Nom: Kaufman
Prénom: Sarah
// 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', 10], ['VIC par SOU', 0], ['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 | Megumi Yabushita | TKO (Punches) | 2011-04-02 | AFC 5 – Judgment Day | 3 | 03:34 |
| Def | Marloes Coenen | Submission (Armbar) | 2010-10-09 | Strikeforce – Diaz vs. Noons 2 | 3 | 01:59 |
| Vic | Roxanne Modafferi | KO (Slam) | 2010-07-23 | Strikeforce – Challengers 9 | 3 | 04:45 |
| Vic | Takayo Hashi | Decision (Unanimous) | 2010-02-26 | Strikeforce – Challengers 6 | 5 | 05:00 |
| Vic | Shayna Baszler | Decision (Unanimous) | 2009-06-19 | Strikeforce – Challengers 2 | 3 | 05:00 |
| Vic | Miesha Tate | Decision (Unanimous) | 2009-05-15 | Strikeforce – Challengers 1 | 3 | 03:00 |
| Vic | Sarah Schneider | TKO (Punches) | 2009-04-23 | PFC – Best of Both Worlds 2 | 2 | 01:43 |
| Vic | Molly Helsel | TKO (Punches) | 2008-03-29 | HCF – Crows Nest | 2 | 02:44 |
| Vic | Ginele Marquez | TKO (Punches) | 2007-10-19 | HCF – Title Wave | 2 | 03:22 |
| Vic | Valerie Letourneau | TKO (Punches) | 2007-06-01 | TKO 29 – Repercussion | 2 | 01:36 |
| Vic | Alexis Davis | TKO (Punches) | 2007-04-07 | UCW 7 – Anarchy | 3 | 00:00 |
| Vic | Misty Shearer | TKO (Doctor Stoppage) | 2006-11-26 | KOTC – Amplified | 2 | 05:00 |
| Vic | Sarah Draht | TKO (Punches) | 2006-10-06 | KOTC – Insurrection | 1 | 00:17 |
| Vic | Elizabeth Posener | KO (Punch) | 2006-06-03 | NAC 23 – North American Challenge 23 | 3 | 01:03 |

