- 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)
推薦閱讀
- C語言程序設計實踐教程(第2版)
- Java程序設計與開發
- Python機器學習:數據分析與評分卡建模(微課版)
- OpenCV實例精解
- Dynamics 365 Application Development
- 控糖控脂健康餐
- Designing Hyper-V Solutions
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Building a Recommendation Engine with Scala
- 面向對象程序設計(Java版)
- Interactive Applications Using Matplotlib
- Learning Apache Kafka(Second Edition)
- Apex Design Patterns
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Illustrator CS6設計與應用任務教程