- 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:"
推薦閱讀
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- WordPress Plugin Development Cookbook(Second Edition)
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Getting Started with Python and Raspberry Pi
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Raspberry Pi Robotic Blueprints
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Java并發編程:核心方法與框架
- 遠方:兩位持續創業者的點滴思考
- 征服C指針(第2版)
- Hands-On ROS for Robotics Programming
- 區塊鏈:技術與場景
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- Java Web開發任務教程
- App Inventor開發實戰