Learning Responsive Data Visualization

Christoph Korner

  • 出版商: Packt Publishing
  • 出版日期: 2016-03-28
  • 售價: $1,870
  • 貴賓價: 9.5$1,777
  • 語言: 英文
  • 頁數: 258
  • 裝訂: Paperback
  • ISBN: 178588378X
  • ISBN-13: 9781785883781
  • 相關分類: Data-visualization
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Learn the techniques for building data visualizations that work well for all screen sizes
  • Implement responsive techniques with popular libraries to get to grips with building responsive visualizations that work in the real world
  • Incorporate responsive workflow in your data visualization process to build visualizations that take a mobile-first approach.

Book Description

Using D3.js and Responsive Design principles, you will not just be able to implement visualizations that look and feel awesome across all devices and screen resolutions, but you will also boost your productivity and reduce development time by making use of Bootstrap―the most popular framework for developing responsive web applications.

This book teaches the basics of scalable vector graphics (SVG), D3.js, and Bootstrap while focusing on Responsive Design as well as mobile-first visualizations; the reader will start by discovering Bootstrap and how it can be used for creating responsive applications, and then implement a basic bar chart in D3.js. You will learn about loading, parsing, and filtering data in JavaScript and then dive into creating a responsive visualization by using Media Queries, responsive interactions for Mobile and Desktop devices, and transitions to bring the visualization to life. In the following chapters, we build a fully responsive interactive map to display geographic data using GeoJSON and set up integration testing with Protractor to test the application across real devices using a mobile API gateway such as AWS Device Farm.

You will finish the journey by discovering the caveats of mobile-first applications and learn how to master cross-browser complications.

What you will learn

  • Get familiar with responsive design for data visualizations
  • Understand the main concepts of D3.js to create interactive visualizations
  • Unleash the power of Bootstrap to create stunning and responsive visualizations for all screen resolutions
  • Implement Touch and Mouse interactions for mobile-first applications
  • Design Transitions and Animations that impress in portrait and landscape
  • Build a Responsive World Map using GeoJSON and D3.js

About the Author

Christoph Korner, CTO and lead developer at GESIM, a start-up company, is a passionate software engineer, web enthusiast, and an active member of the JavaScript community with more than 5 years of experience in developing customer-oriented web applications. He is the author of Data Visualizations with D3 and AngularJS and is currently pursuing his master's degree in Visual Computing at Vienna Institute of Technology.

Table of Contents

  1. Getting Started with Responsive Design, Bootstrap, and D3.js
  2. Creating a Bar Chart Using D3.js and SVG
  3. Loading, Filtering, and Grouping Data
  4. Making the Chart Responsive Using Bootstrap and Media Queries
  5. Building Responsive Interactions
  6. Designing Transitions and Animations
  7. Creating Maps and Cartographic Visualizations Using GeoJSON
  8. Testing Responsive Visualizations
  9. Solving Cross-Browser Issues