- D3.js 4.x Data Visualization(Third Edition)
- ?ndrew Rininsland Swizec Teller
- 170字
- 2021-07-02 23:20:23
What is D3.js?
The fine-grained control and its elegance make D3 one of the most powerful open source visualization libraries out there. This also means that it's not very suitable for simple jobs, such as drawing a line chart or two--in that case, you may want to use a library designed for charting. Many use D3 internally anyway. For a massive list, visit https://github.com/sorrycc/awesome-javascript#data-visualization.
D3 is ultimately based around functional programming principles, which is currently experiencing a renaissance in the JavaScript community. This book isn't really about functional programming, but a lot of what we'll do will seem really familiar if you've ever used functional programming principles before. If you haven't, or come from an Object-Oriented (OO) background like I do, don't worry, I'll explain the important bits as we get to them, and the revised section on functional programming at the beginning of Chapter 4, Making Data Useful, will hopefully give you some insight into why this paradigm is so useful, especially for data visualization and application construction.
- Qt 5 and OpenCV 4 Computer Vision Projects
- Azure IoT Development Cookbook
- Visual FoxPro程序設計教程
- C語言程序設計
- Learn Programming in Python with Cody Jackson
- Building Mapping Applications with QGIS
- Elasticsearch Server(Third Edition)
- Android程序設計基礎
- Learning Laravel's Eloquent
- Vue.js 2 Web Development Projects
- Programming with CodeIgniterMVC
- Learning AWS
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Java EE架構設計與開發實踐
- 前端程序員面試算法寶典