Home > Article > Web Front-end > A brief analysis of jquery's js chart component highcharts_jquery
Highcharts is a pure Javascript class library for making charts.
The main features are as follows:
Compatibility: Compatible with all today's browsers, including iPhone, IE and Firefox, etc. etc.;
Free for non-commercial users (including personal websites, non-profit organizations, student groups, etc.).
Pure JS, no BS;
Supports most chart types: line chart, curve chart, area chart, area curve chart, bar chart, pie chart, scatter chart;
Cross-language: It can be used whether it is PHP, .net or Java. It only requires three files: one is the core file highcharts.js of
Highcharts, and a canvas emulator for IE and Jquery class library or MooTools class library;
Prompt function: when the mouse moves to a certain point on the chart, prompt information will appear;
Magnification function: select the part of the chart to enlarge it and observe the chart up close;
Ease of use: no special development skills are required, you only need to set the options to create a chart that suits you;
Timeline: accurate to milliseconds;
For detailed introduction, please see the official website or the following URL:
http://www.open-open.com/lib/view/open1325421975640.html