nvd3.js rendering solution for Internet Explorer

后端 未结 1 799
天涯浪人
天涯浪人 2021-01-19 13:22

I am considering implementing something to help display the rendered SVG graph (generated with nvd3.js) in internet explorer

The complications of this are that I\'m

1条回答
  •  逝去的感伤
    2021-01-19 14:02

    Try using r2d3. Its a drop in library for IE that uses the exact same syntax as D3.

    https://github.com/mhemesath/r2d3

    0 讨论(0)
提交回复
热议问题