flot jqueryグラフで使用されるexcanvas.jsを使用しています。FF または chrome の場合、グラフは非常によく表示されます。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
それは何ですか?
ありがとうございました?