2013-06-29 wcdj
Interactive Data Visualization for the Web
http://chimera.labs.oreilly.com/books/1230000000345/index.html (在线阅读)
http://alignedleft.com/tutorials/d3/
http://download.youkuaiyun.com/detail/kyokk8/5612365 (pdf下载)
This is a book about programming data visualizations for nonprogrammers. If you're an artist or graphic designer with visual skills but no prior experience working with data or code, this book is for you. If you're a journalist or researcher with lots of data but no prior experience working with visuals or code, this book is for you, too.
This book is a practical introduction to merging three practices—datavisualization, interactive design, and web development—using D3, apowerful tool for custom, web-based visualization.
Whoever you are, I hope that you:
- Have heard of this new thing called the “World Wide Web”
- Are a bit familiar with HTML, the DOM, and CSS
- Might even have a little programming experience already
- Have heard of jQuery or written some JavaScript before
- Aren’t scared by unknown initialisms like CSV, SVG, or JSON
- Want to make useful, interactive visualizations
D3’s official home on the Web is d3js.org.