문제

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

도움이 되었습니까?

해결책

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?.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top