Web交互数据可视化(影印版第2版 英文版)

Web交互数据可视化(影印版第2版 英文版)
作 者: 斯科特·默里
出版社: 东南大学出版社
丛编项:
版权说明: 本书为出版图书,暂不支持在线阅读,请支持正版图书
标 签: 暂缺
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

暂缺《Web交互数据可视化(影印版第2版 英文版)》作者简介

内容简介

即使你没有或少有数据可视化和Web开发经验,也可以在Web上创建和发布你的交互数据可视化项目。有了这本友好、易读和实用的操作说明,将会使上述工作充满启发性和乐趣。这本完全更新扩展的第2版,将带你学习D3这个在Web浏览器中可视化地展现数据的强大JavaScript库的相关基础知识。《Web交互数据可视化(影印版 第2版 英文版)》还会通过教授你HTML、CSS、SVG和JavaScript的基础知识,以拓展你的Web编程技能,它是初学编码的设计师、钻研图表的数据记者和想要可视化展现数据的任何人的理想读物。

图书目录

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

……