Getting Started with D3
Autor Mike Dewaren Limba Engleză Paperback – 19 iul 2012
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.
Preț: 106.12 lei
Preț vechi: 132.66 lei
-20% Nou
Puncte Express: 159
Preț estimativ în valută:
20.31€ • 21.84$ • 16.93£
20.31€ • 21.84$ • 16.93£
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
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.