0%

Book Description

D3 is a powerful framework for producing interactive data visualizations. Many examples created in the real world with D3, however, can best be described as “spaghetti code.” So, if you are interested in using D3 in a reusable and modular way, which is of course in line with modern development practices, then this book is for you!

This book is aimed at intermediate developers, so to get the most from this book you need to know some JavaScript, and you should have experience creating graphics using D3. You will also want to have a good debugger handy (Chrome Developer panel or the Firefox/Firebug combo), to help you step through the many real world examples that you’ll find in this book.

The ebook version does not provide access to the companion files. All the source code referred to in this book is available at: https://github.com/backstopmedia/D3Edge

Table of Contents

  1. Copyright
  2. Preface
  3. 1. Standard D3.js
  4. 2. Plugin Concepts
  5. 3. The Reusable API
  6. 4. Reusable Bar Chart
  7. 5. Test Suite / Unit Tests
  8. 6. Plugin Example
  9. 7. Data Manager API
  10. 8. Map API
  11. 9. Introducing Crossfilter
  12. 10. Adding Brushing
  13. 11. Integrating Crossfilter
  14. 12. Radial Histogram API
  15. 13. Conclusion
18.118.226.66