Cantitate/Preț
Produs

Getting Started with D3

Autor Mike Dewar
en Limba Engleză Paperback – 19 iul 2012
Learn how to create beautiful, interactive, browser-based data visualizations with the D3 JavaScript library. This hands-on book shows you how to use a combination of JavaScript and SVG to build everything from simple bar charts to complex infographics. You'll learn how to use basic D3 tools by building visualizations based on real data from the New York Metropolitan Transit Authority.
Using historical tables, geographical information, and other data, you'll graph bus breakdowns and accidents and the percentage of subway trains running on time, among other examples. By the end of the book, you'll be prepared to build your own web-based data visualizations with D3.
Join a dataset with elements of a webpage, and modify the elements based on the data Map data values onto pixels and colors with D3's scale objects Apply axis and line generators to simplify aspects of building visualizations Create a simple UI that allows users to investigate and compare data Use D3 transitions in your UI to animate important aspects of the data Get an introduction to D3 layout tools for building more sophisticated visualizations If you can code and manipulate data, and know how to work with JavaScript and SVG, this book is for you.
Citește tot Restrânge

Preț: 10612 lei

Preț vechi: 13266 lei
-20% Nou

Puncte Express: 159

Preț estimativ în valută:
2031 2184$ 1693£

Carte tipărită la comandă

Livrare economică 19 decembrie 24 - 02 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449328795
ISBN-10: 1449328792
Pagini: 70
Dimensiuni: 177 x 233 x 8 mm
Greutate: 0.13 kg
Editura: O'Reilly

Cuprins


Descriere

The d3 Javascript library allows us to make beautiful, interactive browser-based data visualisations. By joining standard web page elements with a well-formed data set, d3 enables us to create everything from simple bar charts to complex infographics.