Using a JSON Object in HighCharts
问题 I am new to HighCharts and I am trying to figure out how to read a local JSON object into my stacked bar graph in HighCharts. I believe I wrote the series and categories but for some reason the getJson Function is not working. Angular JS File function get_chart() { return { chart: { type: 'column' }, title: { text: 'Twitter Data' }, xAxis: { categories: [] }, plotOptions: { series: { stacking: 'normal', dataLabels: { enabled: true, style: { textShadow: '0 0 3px black' } }, point: { events: {