문제

I am trying to export amcharts to image. The provided example works in Chrome and FF, but not in IE (I tried 8 and 9).

Any idea of what is happening?

도움이 되었습니까?

해결책

Tetra1337 found the answer. It is necessary to replace toString.call() by String().

See the fiddle example.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top