Mike Thompson
Mike Thompson

Reputation: 21

d3 svg charts on ie8 (Windows XP)

Has anyone had any success in making d3.js (svg) to work on ie8 (Windows XP version: 8.0.6001.18702)?

The d34raphael solution works for IE8 on Windows 7(version:8.0.7601.17514) . However IE8 on Windows XP ( 8.0.6001.18702) is different, and d34raphael doesn't work with this version.

Upvotes: 2

Views: 2313

Answers (2)

YiDiJiMao
YiDiJiMao

Reputation: 1

r2d3 not support image and text very well,

i recommend :

https://github.com/shawnbot/aight

Upvotes: 0

Foolish Chap
Foolish Chap

Reputation: 765

I recommend r2d3.js

https://github.com/mhemesath/r2d3/

Make sure to read the README to make it function properly.

Upvotes: 3

Related Questions