0
私はflot jqueryグラフで使用されるexcanvas.jsを使用しています。 FFまたはクロムでグラフが大きく表示されます。 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
それは何をすることができますか?
ありがとうございますか?
非圧縮バージョンのスクリプトで実行してみてください。エラーメッセージでコードを読み、有用な行番号を取得できるとデバッグが容易になります。 – Spudley