http://www.highcharts.com/
什么是HighCharts.
Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.
特点.
1、支持现有的流行浏览器。
2、非商业途径使用, 提供免费使用。
Do you want to use Highcharts for a personal website, a school site or a non-profit organisation? Then you don't need the author's permission, just go on and use Highcharts. For commercial websites and projects, see License and Pricing.
3、类库是纯javascript写的。
Highcharts is solely based on native browser technologies and doesn't require client side plugins like Flash or Java. Furthermore you don't need to install anything on your server. No PHP or ASP.NET. Highcharts needs three JS files to run: The highcharts.js core, a canvas emulator for IE, and either the jQuery or the MooTools framework. One of these is most likely already in use in your web page.
4、支持多种图片类型,如果饼图,柱状图,线性图,堆栈图,面积区域图等等。
Highcharts supports line, spline, area, areaspline, column, bar, pie and scatter chart types. Any of these can be combined in one chart.
5、编程的时候语法非常简单。
Setting the Highcharts configuration options requires no special programming skills. The options are given in a JavaScript object notation structure, which is basically a set of keys and values connected by colons, separated by commas and grouped by curly brackets.
6、支持多个轴 显示,进行对比。
Sometimes you want to compare variables that are not the same scale - for example temperature versus rainfall and air pressure. Highcharts lets you assign an y axis for each series - or an x axis if you want to compare data sets of different categories. Each axis can be placed to the right or left, top or bottom of the chart. All options can be set individually, including reversing, styling and position.
7、支持鼠标移动时候,有提示,显示具体数据值。
On hovering the chart Highcharts can display a tooltip text with information on each point and series. The tooltip follows as the user moves the mouse over the graph, and great efforts have been taken to make it stick to the nearest point as well as making it easy to read a point that is below another point.
更多功能 ,和 Demo 查看官方网站.
Demo:http://www.highcharts.com/demo/
下载:http://www.highcharts.com/downloads/zips/Highcharts-1.2.4.zip