- HTML5 Graphing and Data Visualization Cookbook
- Ben Fhala
- 153字
- 2021-08-05 18:45:50
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Set up our grayStyle
Styling Object to be our default style:"
A block of code is set as follows:
var aGray = [ { stylers: [{saturation: -100}] } ];
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
map.mapTypes.set('grayStyle', grayStyle);
map.setMapTypeId('grayStyle');
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select the Services option from the left-hand side menu:"
推薦閱讀
- Practical Data Analysis Cookbook
- Mastering Objectoriented Python
- Vue.js快跑:構建觸手可及的高性能Web應用
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Responsive Web Design by Example
- .NET 3.5編程
- Learning FuelPHP for Effective PHP Development
- 代碼閱讀
- Unity 5.X從入門到精通
- Python應用開發技術
- Visual C#(學習筆記)
- Learning GraphQL and Relay
- Lync Server Cookbook
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- Storm Real-Time Processing Cookbook