- Expert Data Visualization
- Jos Dirksen
- 384字
- 2021-07-09 18:22:37
What this book covers
Chapter 1, Getting Started with D3, shows you how to get the code for this book and set up your development environment. We'll also explain the basic concepts behind D3.js and create our very first visualizations.
Chapter 2, Basic Charts and Shapes, explains how you can use the D3.js APIs to create basic shapes and charts. We'll show you how to create interactive line charts and animate pie charts.
Chapter 3, Working with Hierarchical Data, shows which APIs D3.js provides to work with hierarchical data. We'll use D3.js to created different kinds of trees, and also show treemap and pack visualizations.
Chapter 4, Visualizing Graphs, uses the force layout to visualize graphs of data. We'll use this D3.js API to visualize relations between Simpson characters in different and interactive ways. We'll also show a custom matrix visualization, which can be used to visualize a large matrix of interconnected relations.
Chapter 5, Working with Geo Data, shows one of the most interesting features of D3.js, that is, how to work with geographical data. We'll show you all the various map projections provided by D3.js and also how easy it is to manipulate and enrich maps through D3.js.
Chapter 6, Visualizing Streaming Data, explores different options on how you can use D3.js to visualize real-time streaming data. We'll show you how to receive information through websockets and visualize that information in different ways.
Chapter 7, Voronoi Diagrams and Heatmaps, shows two final ways of visualizing data. We'll show various Voronoi-based visualizations and approach, which you can use to generate art, using these Voronoi diagrams. In this chapter, we'll also show you a way to create heatmaps, which show a way to visualize occurrence data during a specific period of time.
Chapter 8, Custom Shapes and Paths and Using a Brush Selection, goes deeper into the tools provided by D3.js to create custom shapes and paths. We'll also explore the brush API provided by D3.js, which can be used to easily select elements from a visualization.
Chapter 9, ES6, TypeScript, and External D3.js Libraries, concludes this book by looking at how you can use D3.js together with ES6 and TypeScript, and we'll explore a couple of libraries build on top of D3.js that provide a number of standard charts out of the box.
- SQL學習指南(第3版)
- Access 數據庫應用教程
- OpenNI Cookbook
- Production Ready OpenStack:Recipes for Successful Environments
- 新編Premiere Pro CC從入門到精通
- 嚴密系統設計:方法、趨勢與挑戰
- Java程序設計:原理與范例
- NetBeans IDE 8 Cookbook
- C#程序設計(項目教學版)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Python 3.7從入門到精通(視頻教學版)
- Django實戰:Python Web典型模塊與項目開發
- 分布式數據庫原理、架構與實踐
- Implementing Microsoft Dynamics NAV(Third Edition)
- C/C++代碼調試的藝術(第2版)