• Media type: E-Book
  • Title: Data visualization with d3.js : mold your data into beautiful visualizations with d3.js
  • Contributor: Teller, Swizec [Author]
  • imprint: Birmingham: Packt Publishing, 2013
    Online-Ausg.: [S.l.]: eblib, 2013
  • Published in: EBL-Schweitzer
  • Language: English
  • ISBN: 9781782160007
  • Keywords: Computer graphics ; Information visualization ; JavaScript (Computer program language) ; Interactive computer graphics ; Electronic books ; Right of property.. ; Land use ; Law and legislation ; Eminent domain..
  • Type of reproduction: Online-Ausg.
  • Place of reproduction: [S.l.]: eblib, 2013
  • Origination:
  • Footnote: Description based upon print version of record
  • Description: Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with d3.js; What is d3.js?; Setting up a play environment; A quick Chrome Developer Tools primer; A simple histogram; Summary; Chapter 2: A Primer on DOM, SVG, and CSS; DOM; Manipulating the DOM with d3.js; Selections; Selections example; Manipulating content; Joining data to selections; An HTML visualization example; SVG; Drawing with SVG; Manually adding elements and shapes; Transformations; Using paths; CSS; Colors; Summary

    Chapter 3: Making Data UsefulThinking about data functionally; Built-in array functions; Data functions of d3.js; Loading data; The core; Convenience functions; Scales; Ordinal scales; Quantitative scales; Continuous range scales; Discrete range scales; Time; Formatting; Time arithmetic; Geography; Getting geodata; Drawing geographically; Using geography as a base; Summary; Chapter 4: Making Things Move; Animating with transitions; Interpolators; Easing; Timers; Interacting with the user; Basic interaction; Behaviors; Drag; Zoom; Brushes; Summary; Chapter 5: Layouts - d3's Black Magic

    What are layouts and why should you careBuilt-in layouts; The dataset; Using the histogram layout; Delicious pie; Showing popularity through time with stack; Highlighting friends with chord; Drawing with force; Hierarchical layouts; Drawing a tree; Showing clusters; Partitioning a pie; Packing circles into circles; Subdividing with treemap; Summary; Chapter 6: Designing Good Visualizations; What is a visualization?; Some great examples; Riot arrests; Les Misérables Co-occurrence; The Wealth & Health of Nations; More great stuff; Summary; Index

    This book is a mini tutorial with plenty of code examples and strategies to give you many options when building your own visualizations.This book is ideal for anyone interested in data visualization. Some rudimentary knowledge of JavaScript is required