Highcharts JSON load issue
问题 I have a sample Highchart that I'm try to load JSON data without any luck. I see the data return in firebug but the chart bar and line doesn't get drawn. You can see my chart here jsfiddle.net. I know I'm missing something, but I can't seem to put my fingers on it. Any help would greatly appreciated, thank you in advance. This is my code: $(function() { var options = { chart: { renderTo: 'container', zoomType: 'xy' }, title: { text: 'JSON Chart' }, subtitle: { text: '2012 vs 2011' }, credits: