Web交互數(shù)據(jù)可視化 第2版(影印版)
定 價:106 元
- 作者:(美)莫瑞 (Murray, Scott) 著
- 出版時間:2018/8/1
- ISBN:9787564177317
- 出 版 社:東南大學(xué)出版社
- 中圖法分類:TP393.4
- 頁碼:
- 紙張:膠版紙
- 版次:1
- 開本:16K
即使你沒有或少有數(shù)據(jù)可視化和Web開發(fā)經(jīng)驗,也可以在Web上創(chuàng)建和發(fā)布你的交互數(shù)據(jù)可視化項目。有了這本友好、易讀和實用的操作說明,將會使上述工作充滿啟發(fā)性和樂趣。這本完全更新擴展的第2版,將帶你學(xué)習(xí)D3這個在Web瀏覽器中可視化地展現(xiàn)數(shù)據(jù)的強大JavaScript庫的相關(guān)基礎(chǔ)知識。
《Web交互數(shù)據(jù)可視化(影印版 第2版 英文版)》還會通過教授你HTML、CSS、SVG和JavaScript的基礎(chǔ)知識,以拓展你的Web編程技能,它是初學(xué)編碼的設(shè)計師、鉆研圖表的數(shù)據(jù)記者和想要可視化展現(xiàn)數(shù)據(jù)的任何人的理想讀物。
Preface
1. Introduction
Why Data Visualization?
Why Write Code?
Why Interactive?
Why on the Web?
What This Book Is
Who You Are
What This Book Is Not
Using Sample Code
Thank You
2.Introducing
What It Does
What It Doesn't Do
Origins and Context
Alternatives
Easy Charts
Graph Visualizations
Geomapping
Mmost from Scratch
Three-Dimensional
Tools Built with D3
3. Technology Fundamentals
The Web
HTML
Content Plus Structure
Adding Structure with Elements
Common Elements
Attributes
Classes and IDs
Comments
DOM
Developer Tools
Rendering and the Box Model
CSS
Selectors
Properties and Values
Comments
Referencing Styles
Inheritance, Cascading, and Specificity
JavaScript
Hello, Console
Variables
Other Variable Types
Arrays
Objects
Objects and Arrays
Mathematical Operators
Comparison Operators
Logical Operators
Control Structures
Functions
Comments
Referencing Scripts
JavaScript Gotchas
SVG
The SVG Element
Simple Shapes
Styling SVG Elements
Layering and Drawing Order
Transparency
A Note on Compatibility
4. Setup
Downloading D3
Referencing D3
Setting Up a Web Server
……