0

The following code works fine in Chrome, but the .on(click) event does not seem to work in IE9. I am obviously missing something.

Link: jsfiddle.net/CDPLz

user3482598
  • 1
  • 1
  • 3

1 Answers1

0

if you comment out console.log(barChartData), the bar chart works (I assume that is the problem you were having).

See Does IE9 support console.log, and is it a real function?.

Community
  • 1
  • 1
Paul Abbott
  • 7,065
  • 3
  • 27
  • 45