1. 首先了解SVG的基本元素
http://www.w3school.com.cn/svg/
2. 了解d3的专有名词
http://www.cnblogs.com/huxiaoyun90/p/4207847.html
3. 了解d3的基本使用API
select selectAll
append
attr
enter exit
text
on
4. 根据需要学习d3对应layout布局
待续
1. 首先了解SVG的基本元素
http://www.w3school.com.cn/svg/
2. 了解d3的专有名词
http://www.cnblogs.com/huxiaoyun90/p/4207847.html
3. 了解d3的基本使用API
select selectAll
append
attr
enter exit
text
on
4. 根据需要学习d3对应layout布局
待续