', pointFormat: '{series.name}: {point.y}
Total: {point.stackTotal}' }, plotOptions: { column: { stacking: 'normal', dataLabels: { enabled: true, color: (Highcharts.theme && Highcharts.theme.dataLabelsColor) || 'white', style: { textShadow: 'none' } } } }, series: [{ name: 'Wins', data: [ [ '', 3 ], [ '
', 0 ] ] }, { name: 'Losses', data: [ [ '
', 4 ], [ '
', 1 ] ] }] }); /** Gamemode/Role Stats**/ $(".knob").knob({ readOnly: true, step: 0.5, width: "100%", bgColor: "#e9e9e9", fgColor: "#077529", max: 10.0, min: 0.0, thickness: 0.3, angleArc: 250, angleOffset: -125 });