[Javascript] The Highcharts chart control is currently the most widely used chart control. This article will gradually introduce you to the Highcharts chart control from scratch. In this article, you will learn how to configure Highcharts and dynamically generate Highchart charts. 1. Preface (Preface) Highch... SyntaxHi
[Javascript]
The Highcharts chart control is currently the most widely used chart control. This article will gradually introduce you to the Highcharts chart control from scratch. In this article, you will learn how to configure Highcharts and dynamically generate Highchart charts.
I. Preface)
Highcharts is a very popular pure Javascript chart library with beautiful UI. It consists of two parts: Highcharts and Highstock.
Highcharts provides intuitive and interactive charts for your website or Web applications. Currently, line, spline, area, areaspline, bar chart, bar chart, pie chart, and scatter chart types are supported.
Highstock allows you to easily create stock or general timeline charts. It includes advanced navigation options, preset date range, date selector, scroll and shift, etc.
Ii. Installation)
1. Highcharts uses Javascript frameworks such as jQuery, MooTool, and Prototype to process basic Javascript tasks. Therefore, before using Highcharts, You need to reference these script files in the page header. If you use jQuery as the basic framework, you need to reference both jQuery and Hightcharts files in the header of the page. As follows:
[Javascript]