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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York :
Apress,
[2019]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
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.