Home > Web Front-end > JS Tutorial > body text

A brief analysis of jquery's js chart component highcharts_jquery

WBOY
Release: 2016-05-16 16:56:52
Original
1222 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!