YouTip LogoYouTip

Highcharts Setup

# Highcharts Environment Setup In this chapter, we will introduce how to use Highcharts in web pages. This tutorial uses Highcharts in conjunction with jQuery, so the jQuery library must be loaded before loading Highcharts. If you are not familiar with jQuery, you can refer to the (#) on this site. * * * ## Installing jQuery jQuery can be installed in the following two ways: * 1. Visit [jquery.com](https://jquery.com/download/) to download the jQuery package. * 2. Use the jQuery resource from the Staticfile CDN static resource library: https://cdn.staticfile.net/jquery/2.1.4/jquery.min.js * 3. Use the jQuery resource from Baidu's static resource library: https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js ### Using the Download Method Using the download method, include the jQuery code in the HTML page: ### Using CDN (Recommended) Use the Staticfile CDN static resource library to load the jQuery library: * * * ## Installing Highcharts Highcharts can be installed in the following two ways: * 1. Visit [highcharts.com](https://www.highcharts.com/) to download the Highcharts package. * 2. Use the official CDN address: **[https://code.highcharts.com/highcharts.js](https://code.highcharts.com/highcharts.js)** ### Using the Download Method (Recommended) Using the download method, include the Highcharts code in the HTML page: ### Using CDN Use the official CDN address:
← Highcharts Configuration SyntaHighcharts Tutorial β†’