开发者

Javascript: Flot: Pie Chart doesn't show up in IE7

开发者 https://www.devze.com 2023-03-25 11:29 出处:网络
I\'m using a javascript library called flot (http://code.google.com/p开发者_如何转开发/flot/) to render graphs and charts and such.

I'm using a javascript library called flot (http://code.google.com/p开发者_如何转开发/flot/) to render graphs and charts and such.

This is my code http://jsfiddle.net/nQvEW/1/

I'm using the absolute latest version of everything (except for IE).

I've tested the fiddle in Safari, FF, Chrome, winFF, winChrome and IE.

As far as I can tell, there isn't a way to debug javascript in iE (no cosnole to show erros). So... I have no what the issue is.


Have you downloaded and included explorer canvas? IE doesn't have a native canvas element which is used by flot to create the pie chart on. Download and include excanvas.js before you include the flot plugins.

0

精彩评论

暂无评论...
验证码 换一张
取 消