Is Protovis supposed to work on IE 7, 8, and 9 like RaphaelJS does?

后端 未结 2 488
心在旅途
心在旅途 2021-01-22 09:27

I thought Protovis might work on IE 7 and 8, or at least on IE 9... but to my surprise, I tried it on all 3 and it doesn\'t work on any (for those example pages... is it a tempo

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-22 09:57

    Protovis requires SVG and IE 6 - 8 do not support SVG. IE 9 does support SVG, so Protovis should work fine on IE 9.

    In order to work on IE 6-8 it is necessary for the user to install ChromeFrame, which will install the Chrome rendering ending into IE.

提交回复
热议问题