[Answered ]-Highcharts is not working in django

2👍

You have two errors in your code:

  • data: [48.9, 38.8, 39.3, 41.4, 47.0, 48.3, 59.0 <– missing ]
  • 'Saturday', <– trailling comma

After fixing this two small bugs, it works like a charm: http://jsfiddle.net/Yrygy/50/

Leave a comment