Pro D3.js Use D3.js to Create Maintainable, Modular, and Testable Charts

Go beyond the basics of D3.js to create maintainable, modular, and testable charts and to package them into a library that can be distributed as open source software or kept for private use. This book will show you how to transform regular D3.js chart code into reusable and extendable modules. You k...

Descripción completa

Detalles Bibliográficos
Autor principal: Iglesias, Marcos. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:1st ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630819906719
Tabla de Contenidos:
  • 1. Introduction to Data Visualizations with D3.js
  • 2. An Archetypal D3.js Chart
  • 3. D3.js Code Encapsulation APIs
  • 4. The Reusable API
  • 5. Making the Bar Chart Production-Ready
  • 6. Britecharts
  • 7. Using and Customizing Britecharts
  • 8. Extending a Chart
  • 9. Testing Your Charts
  • 10. Building Your Library
  • 11. Creating Documentation
  • 12. Using Your Library with React. .