- 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.
- Facebook Application Development with Graph API Cookbook
- C程序設計簡明教程(第二版)
- 零基礎玩轉區塊鏈
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- The React Workshop
- 精通網絡視頻核心開發技術
- JavaScript:Moving to ES2015
- Hands-On Functional Programming with TypeScript
- Mobile Device Exploitation Cookbook
- Python語言實用教程
- 從零開始:UI圖標設計與制作(第3版)
- 代碼閱讀
- DevOps 精要:業務視角
- 實驗編程:PsychoPy從入門到精通
- Oracle Database 12c DBA官方手冊(第8版)