- Highcharts Essentials
- Bilal Shahid
- 183字
- 2021-08-05 17:35: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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The Date.UTC()
method used in the series component is the native JavaScript method that takes in date/time and returns the Unix timestamp."
A block of code is set as follows:
(function() { $( '#chart_container' ).highcharts({ chart: { type: 'line' }, title: { text: 'Vehicles Manufactured in the UK' }, subtitle: { text: 'Source: <a , useHTML: true }, data: { table: document.getElementById( 'vehicle_data' ) } }); })();
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: "When the Shortcut window is closed, click on Save to save the changes."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- 程序設(shè)計(jì)與實(shí)踐(VB.NET)
- Learn to Create WordPress Themes by Building 5 Projects
- Rust編程:入門、實(shí)戰(zhàn)與進(jìn)階
- iOS 9 Game Development Essentials
- Java 11 Cookbook
- Python漫游數(shù)學(xué)王國(guó):高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計(jì)及運(yùn)籌學(xué)
- Bootstrap 4 Cookbook
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計(jì)·運(yùn)營(yíng)·變現(xiàn)(圖解案例版)
- Java Web應(yīng)用開發(fā)給力起飛
- ASP.NET 4.0 Web程序設(shè)計(jì)
- Yii2 By Example
- HTML5 WebSocket權(quán)威指南
- ASP.NET Core 2 High Performance(Second Edition)
- Linux Networking Cookbook