From 24416b8aa1aeab94fc512bdd1b0dc1c7a9919829 Mon Sep 17 00:00:00 2001 From: xlaoyu Date: Fri, 20 Nov 2015 17:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9javascript=E5=8F=AF?= =?UTF-8?q?=E8=A7=86=E5=8C=96=E7=B1=BB=E5=BA=93D3.js=E7=9A=84=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加对javascript可视化类库D3.js的学习连接 add D3.js study materials --- free-programming-books-zh.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 97be25dd..48973c34 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -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) -- GitLab