D3.js Quick Start Guide: Create amazing, interactive visualizations in the browser with JavaScript
暫譯: D3.js 快速入門指南:使用 JavaScript 在瀏覽器中創建驚人的互動式視覺化
Matthew Huntington
- 出版商: Packt Publishing
- 出版日期: 2018-09-28
- 售價: $1,470
- 貴賓價: 9.5 折 $1,397
- 語言: 英文
- 頁數: 180
- 裝訂: Paperback
- ISBN: 1789342384
- ISBN-13: 9781789342383
-
相關分類:
Data-visualization、JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,440$1,368 -
$1,511Storytelling with Data: A Data Visualization Guide for Business Professionals (Paperback)
-
$750$638 -
$680$537
相關主題
商品描述
This book will help you build interactive graphs that are viewable in any web browser using JavaScript, D3.js, and SVG. You will learn how to make a scatter plot, a bar graph, a pie chart, a force directed graph, and a map.
Key Features
- Takes you through the most common graphs you'll need
- Add interactivity to your visualizations
- Easy to follow builds
Book Description
D3.js is a JavaScript library that allows you to create graphs and data visualizations in the browser with HTML, SVG, and CSS. This book will take you from the basics of D3.js, so that you can create your own interactive visualizations, to creating the most common graphs that you will encounter as a developer, scientist, statistician, or data scientist.
The book begins with an overview of SVG, the basis for creating two-dimensional graphics in the browser. Once the reader has a firm understanding of SVG, we will tackle the basics of how to use D3.js to connect data to our SVG elements. We will start with a scatter plot that maps run data to circles on a graph, and expand our scatter plot to make it interactive. You will see how you can easily allow the users of your graph to create, edit, and delete run data by simply dragging and clicking the graph. Next, we will explore creating a bar graph, using external data from a mock API.
After that, we will explore animations and motion with a bar graph, and use various physics-based forces to create a force-directed graph. Finally, we will look at how to use GeoJSON data to create a map.
What you will learn
- Build a scatter plot
- Build a bar graph
- Build a pie chart
- Build a force-directed graph
- Build a map
- Build interactivity into your graphs
Who this book is for
This book is for web developers, interactive news developers, data scientists, and anyone interested in representing data through interactive visualizations on the Web with D3. Some basic knowledge of JavaScript is expected, but no prior experience with data visualization or D3 is required to follow this book.
Table of Contents
- Getting Started with D3.js
- Using SVG to Create Images Using Code
- Building an Interactive Scatter Plot
- Making a Basic Scatter Plot Interactive
- Creating a Bar Graph Using a Data File
- Animating SVG Elements to Create an Interactive Pie Chart
- Using Physics to Create a Force-Directed Graph
- Mapping
商品描述(中文翻譯)
這本書將幫助您使用 JavaScript、D3.js 和 SVG 建立可在任何網頁瀏覽器中查看的互動圖表。您將學習如何製作散佈圖、條形圖、圓餅圖、力導向圖和地圖。
主要特點
- 帶您了解最常用的圖表
- 為您的視覺化添加互動性
- 易於跟隨的建構過程
書籍描述
D3.js 是一個 JavaScript 函式庫,允許您在瀏覽器中使用 HTML、SVG 和 CSS 創建圖表和數據視覺化。本書將從 D3.js 的基礎開始,讓您能夠創建自己的互動視覺化,並製作作為開發者、科學家、統計學家或數據科學家時會遇到的最常見圖表。
本書首先概述了 SVG,這是創建瀏覽器中二維圖形的基礎。一旦讀者對 SVG 有了堅實的理解,我們將著手於如何使用 D3.js 將數據連接到我們的 SVG 元素的基本知識。我們將從一個將運行數據映射到圖表圓圈的散佈圖開始,並擴展我們的散佈圖以使其具備互動性。您將看到如何輕鬆地讓圖表的使用者通過簡單地拖動和點擊圖表來創建、編輯和刪除運行數據。接下來,我們將探索如何使用來自模擬 API 的外部數據創建條形圖。
之後,我們將探索使用條形圖的動畫和運動,並利用各種基於物理的力量來創建力導向圖。最後,我們將看看如何使用 GeoJSON 數據來創建地圖。
您將學習
- 建立散佈圖
- 建立條形圖
- 建立圓餅圖
- 建立力導向圖
- 建立地圖
- 為您的圖表添加互動性
本書適合誰
本書適合網頁開發者、互動新聞開發者、數據科學家,以及任何有興趣通過 D3 在網路上以互動視覺化方式表示數據的人。預期讀者具備一些 JavaScript 的基本知識,但不需要有數據視覺化或 D3 的先前經驗即可跟隨本書。
目錄
1. 開始使用 D3.js
2. 使用 SVG 通過程式碼創建圖像
3. 建立互動散佈圖
4. 使基本散佈圖具備互動性
5. 使用數據文件創建條形圖
6. 動畫 SVG 元素以創建互動圓餅圖
7. 使用物理創建力導向圖
8. 地圖製作