D3.js in Action, Third Edition (MEAP V15)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Create stunning web-based data visualizations with D3.js. This totally-revised new edition of D3.js in Action guides you from simple charts to powerful interactive graphics. In D3.js in Action, Third Edition you will learn how to Set up a local development environment for D3 Include D3 in web development projects, including Node-based web apps Select and append DOM elements Size and position elements on screen Assemble components and layouts into creative data visualizations D3.js in Action, Third Edition teaches you how to create an extensive portfolio of visualizations, interactive graphics, and data-driven applications using D3.js. This third edition is fully updated to the latest version of D3. It also contains new coverage of the essential aspects of modern digital visualizations. Brand new chapters dive into interactive visualizations, provide new strategies for responsiveness in web-based dataviz, and demonstrate how to improve accessibility. about the technology D3.js is the powerful JavaScript library behind the most innovative and sophisticated data visualizations on the web today. It provides a simple but powerful data visualization API over HTML, CSS, SVG, and Canvas. Start with a structure, dataset, or algorithm. Mix in D3, and you can programmatically generate static, animated, or interactive images that scale to any screen or browser. You'll be blown away by how beautiful your results can be! about the book D3.js in Action, Third Edition is an extensive update to Manning's bestselling guide to data visualization. It smoothes the steep learning curve of D3.js, helping you gradually progress through fundamental concepts until you can build any visualization you can imagine! You’ll assemble an impressive portfolio, from simple bar charts to intricate networks and maps. Along the way, you'll pick up best practices for building interactive graphics, animations, and integrating your work into frontend development frameworks like React and Svelte. search inside this book about the reader Suitable for web developers with HTML, CSS, and JavaScript skills. No specialized data science skills required. about the author Elijah Meeks is a co-founder and Chief Innovation Officer of Noteable, a startup focused on evolving how we analyze and communicate data. He is known for his pioneering work while at Stanford, where he was the technical lead for acclaimed works like ORBIS and Kindred Britain, as well as being Netflix's first Senior Data Visualization Engineer. Anne-Marie Dufour is a data visualization developer with a background in computation fluid dynamics and mechanical engineering. She loves breaking down complex subjects into digestible and applicable bits

Author(s): Anne-Marie Dufour
Publisher: Manning Publications
Year: 2023

Language: English
Pages: 702

Copyright_2023_Manning_Publications
welcome
1_An_introduction_to_D3.js
2_Manipulating_the_DOM
3_Working_with_data
4_Drawing_lines,_curves_and_arcs
5_Pie_and_stack_layouts
6_Visualizing_distributions
7_Interactive_visualizations
8_Integrating_D3_in_a_front-end_framework
9_Responsive_visualizations
10_Accessible_visualizations
11_Hierarchical_visualizations
12_Network_visualizations
13_Geospatial_information_visualizations
14_Creating_a_custom_visualization
15_Rendering_visualizations_with_Canvas
Appendix_A._Setting_up_a_local_development_environment
Appendix_B._Selecting_a_scale
Appendix_C._An_overview_of_D3_modules
Appendix_D._Exercise_solutions
Appendix_E._A_very_brief_introduction_to_Svelte