Data Visualization with JavaScript | JavaScript for Line of Business Applications | Scoop.it

If you’re developing web sites or web applications today, there’s a good chance you have data to communicate, and that data may be begging for a good visualization. But how do you know what kind of visualization is appropriate? And, even more importantly, how do you actually create one? Answers to those very questions are the core of this book. In the chapters that follow, we explore dozens of different visualizations and visualization techniques and tool kits. Each example discusses the appropriateness of the visualization (and suggests possible alternatives) and provides step-by-step instructions for including the visualization in your own web pages.


Contents:

  1. Introduction
    1. Implementation vs Design
    2. Code vs. Styling
    3. Simple vs. Complex
    4. Reality vs. an Ideal World
    5. Source Code for Examples
    6. Acknowledgements
  2. Graphing Data
  3. Making Charts Interactive
  4. Integrating Charts in a Page
  5. Creating Specialized Graphs
  6. Showing Timelines
  7. Visualizing Geographic Data
  8. Custom Visualizations with D3.js
  9. Building Data-Driven Web Applications
  10. Managing Data in the Browser