Highcharts version is constantly updated, here with highcharts 2.1.4 to introduce,: http://download.csdn.net/source/3193817
Decompress the package and find the highcharts folder. The directory structure is as follows:
1. highcharts. JS is the main JS file.
2. themes is a style folder, mainly including four styles: Deep Blue, dark green, gray, and grid.
3. The modules folder contains a chart image in the format of JS, PNG, JPG, and SVG.
4. mootools and prototype adapters under adapters
Mootools is a simple, modular, and object-oriented open-source JavaScript web application framework.
It provides a cross-browser JS solution for Web developers. When processing js css html. It provides a document API that is more object-oriented than common Js.
Prototype is a JS framework similar to mootools.
In the development process, the common JS is:
1. highcharts. js
2. Themes/grid. js
3. modules/exporting. js
Jquery is also used in development, so you need to download: jquery1.5.2.js, click to download: http://download.csdn.net/source/3194015
In the next article, we will officially start creating charts.