- D3.js 4.x Data Visualization(Third Edition)
- ?ndrew Rininsland Swizec Teller
- 192字
- 2021-07-02 23:20:21
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If it says something similar to Command not found, double-check whether you've installed everything correctly, and verify that Node.js is in your $PATH environment variable."
A block of code is set as follows:
"babel": {
"presets": [
"es2017"
]
},
"main": "lib/main.js",
"scripts": {
"start": "webpack-dev-server --inline",
},
Any command-line input or output is written as follows:
$ brew install n
$ n lts
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "We will mostly use the Elements and Console tabs, Elements to inspect the DOM and Console to play with JavaScript code and look for any problems."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Rust實戰
- .NET 4.0面向對象編程漫談:基礎篇
- 深入淺出WPF
- Mastering Spring MVC 4
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Python機器學習:預測分析核心算法
- JavaScript動態網頁編程
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Backbone.js Testing
- 軟件測試分析與實踐
- 數據科學中的實用統計學(第2版)
- Greenplum構建實時數據倉庫實踐
- Spark技術內幕:深入解析Spark內核架構設計與實現原理