2011-01-05 25 views
0

我正在使用用於flot jquery圖形的excanvas.js。 在FF或chrome中顯示很棒的圖形。 在IE我得到這個錯誤:excanvas在IE中拋出錯誤

未知的運行錯誤excanvas.min.js,行144字符21

el.getContext = getContext; 

       // Remove fallback content. There is no way to hide text nodes so we 
       // just remove all childNodes. We could hide all elements and remove 
       // text nodes but who really cares about the fallback content. 
       el.innerHTML = ''; 


el in the stack is DispHTMLUnknownElement 

什麼可能呢?

謝謝?

+0

嘗試使用未壓縮版本的腳本運行;如果您可以閱讀代碼並在錯誤消息中獲取有用的行號,那麼調試將更加容易。 – Spudley 2011-01-05 15:23:42

回答

1

我有可能不兼容的flot.pie.js!