- D3.js 4.x Data Visualization(Third Edition)
- ?ndrew Rininsland Swizec Teller
- 145字
- 2021-07-02 23:20:25
A Primer on DOM, SVG, and CSS
You might already be used to manipulating DOM and CSS with libraries such as jQuery; if so, much of this will seem very familiar, as D3 has a full suite of manipulation tools. If not, don't worry, as this chapter exists to get everyone up to speed.
Very similar to HTML's DOM is the SVG namespace, which we'll use for most of the examples in this book. SVG is at the core of building truly great visualizations, so we'll take special care to understand it, starting out by manually drawing shapes and then doing the same using D3's path generators in Chapter 3, Shape Primitives of D3.
In this chapter, we'll take a look at the core technologies that make D3 tick. They are as follows:
- Document Object Model (DOM)
- Scalable Vector Graphics (SVG)
- Cascading Style Sheets (CSS)
推薦閱讀
- TypeScript入門與實戰(zhàn)
- Kibana Essentials
- Rust實戰(zhàn)
- Backbone.js Blueprints
- Python數(shù)據(jù)挖掘與機器學習實戰(zhàn)
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Instant Lucene.NET
- 算法設計與分析:基于C++編程語言的描述
- Instant Automapper
- PHP項目開發(fā)全程實錄(第4版)
- Python Penetration Testing Essentials
- 循序漸進Vue.js 3前端開發(fā)實戰(zhàn)
- HTML5/CSS3/JavaScript技術大全
- 深入淺出Go語言核心編程
- CorelDRAW X6中文版應用教程(第二版)