Data Visualization with JavaScript
Год: 2015
Автор: Stephen Thomas / Стефен Томас
Жанр: фронтенд-программирование
Издательство: No Starch Press
ISBN: 978-1-59327-605-8
Язык: Английский
Формат: PDF/ePub
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 381
Описание: Научитесь визуализировать данные с помощью языка JavaScript: графики, схемы, графы и пр.
Chapter 1 begins with the most basic visualizations—static charts and plots—using the Flotr2 library.
Chapter 2 adds interactivity to the visualizations, giving users the chance to select content, zoom in, and track values. The chapter also shows how to retrieve data for visualizations directly from the Web. For variety, its examples use the Flot library, which is based on jQuery.
Chapter 3 looks at integrating multiple visualizations and with other content on a web page; it uses the jQuery sparklines library.
In Chapter 4, we consider visualizations other than standard charts and plots, including tree maps, heat maps, network graphs, and word clouds. Each example focuses on a particular JavaScript library designed specifically for the visualization type.
Chapter 5 covers time-based visualizations. It looks at several ways to visualize timelines, including traditional libraries; pure HTML, CSS, and JavaScript; and full-featured web components.
In Chapter 6, we consider geographic data as we look at different ways to incorporate maps into our visualizations.
Chapter 7 introduces the powerful D3.js library, a flexible and full-featured toolkit for building custom visualizations of almost any type.
Beginning in Chapter 8, we consider other aspects of web-based visualizations. This chapter shows off the Underscore.js library, which makes it easy to prepare the data that drives our visualizations.
Finally, Chapter 9 and Chapter 10 walk through the development of a complete, single-page web application that relies on data visualization. Here we’ll see how to use modern development tools such as Yeoman and the Backbone.js library.