0

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

それは何ですか?

ありがとうございました?

4

1 に答える 1

1

おそらく互換性のない flot.pie.js がありました。

于 2011-01-06T13:34:38.350 に答える