Frage

I have created a bar chart which is a improvement of bar graph on HTML5Lab. I have included the excanvas.js but still it doesn't seems to show anything at all. My bar graph can be found here

Note: This graph is working in all other browsers.

Please help me out my project deadline is near and this IE is giving me nightmares.

War es hilfreich?

Lösung

ok resolved by using the latest excanvas.js code from svn trunk. The code on google project home is very old it was last updated in 2009. Got the idea from this issue

For those who don't know you can get the latest svn trunk code from :

http://explorercanvas.googlecode.com/svn/trunk/excanvas.js

Andere Tipps

One issue. You will never get IE to attempt to perform like the other far more modern browsers without a doctype. Right now you are in quirks mode. Add this to your very first line: <!DOCTYPE html>

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top