1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-03 23:00:48 +00:00

增加对javascript可视化类库D3.js的学习连接

增加对javascript可视化类库D3.js的学习连接
add D3.js study materials
This commit is contained in:
xlaoyu 2015-11-20 17:29:53 +08:00
parent 8dd9786342
commit 24416b8aa1

View File

@ -516,6 +516,12 @@
* [Ext4.1.0 中文文档](http://extjs-doc-cn.github.io/ext4api/)
* Meteor
* [Discover Meteor](http://zh.discovermeteor.com)
* D3.js
* [官方API文档](https://github.com/mbostock/d3/wiki/API--%E4%B8%AD%E6%96%87%E6%89%8B%E5%86%8C)
* [pkuwwt的D3教程](http://www.pkuwwt.tk/d3-tutorial-cn/about.html)
* [张天旭的D3教程](http://blog.csdn.net/zhang__tianxu/article/category/1623437)
* [楚狂人的D3教程](http://www.cnblogs.com/winleisure/tag/D3.js/)(翻译自[Dashing D3.js](https://www.dashingd3js.com/table-of-contents))
* [D3.js 入门系列](http://www.ourd3js.com/wordpress/?cat=2)(还有进阶、高级等系列)
* [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950)