- D3.js 4.x Data Visualization(Third Edition)
- ?ndrew Rininsland Swizec Teller
- 232字
- 2021-07-02 23:20:24
Summary
In this chapter, you learned what D3 is and took a glance at the core philosophy behind how it works. You also set up your computer for prototyping of ideas and to play with visualizations. This environment will be assumed throughout the book.
We went through a simple example and created an animated histogram using some of the basics of D3. You learned about scales and axes, that the vertical axis is inverted, that any property defined as a function is recalculated for every data point, that we use a combination of CSS and SVG to make things beautiful. We also did a lot of fancy stuff with ES2017, Babel, and Webpack, and got Node.js installed. Go us!
Most of all, this chapter has given you the basic tools so that you can start playing with D3.js on your own. Tinkering is your friend! Don't be afraid to break stuff--you can always reset to a chapter's default state by running $ git reset --soft origin/chapter1, replacing 1 with whichever chapter you're on.
Next, we'll be looking at all this in a bit more in depth, specifically how the DOM, SVG, and CSS interact with each other. This chapter discussed quite a lot, so if some parts got away from you, don't worry. Just power through to the next chapter, and everything will start to make a lot more sense.
- PHP網絡編程學習筆記
- 區塊鏈:以太坊DApp開發實戰
- Effective Python Penetration Testing
- Java 9模塊化開發:核心原則與實踐
- App Inventor 2 Essentials
- Machine Learning for OpenCV
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Python編程入門(第3版)
- Splunk Essentials
- C/C++代碼調試的藝術
- Java面試一戰到底(基礎卷)
- R語言數據分析從入門到實戰
- Expert Cube Development with SSAS Multidimensional Models
- Internet of Things with Arduino Cookbook
- Visual C++ 開發從入門到精通