Highcharts: Interactive JavaScript Charts
3
Dec
// php the_time('Y') ?>
Highcharts is a JavaScript charting library for creating interactive charts in various types (line, spline, area, areaspline, column, bar, pie & scatter).
The library offers a high-level of usability with features like:
- tooltip labels displaying info on hovered items
- zooming on a specific part of the chart
- text rotation on labels for a better readability
Highcharts has an admirable effort in browser compatibility. For standard browsers it uses the canvas element and in some cases SVG for the graphics rendering. In Internet Explorer, graphics are drawn using VML. Besides all major browsers, it works in iPhone & IE6.
The library is offered for free to be used in personal/non-commercial projects & requires a license for commercial ones.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://www.highcharts.com/
Demo: http://www.highcharts.com/demo
Download: http://www.highcharts.com/download
Compatibility: All Major Browsers
Website: http://www.highcharts.com/
Demo: http://www.highcharts.com/demo
Download: http://www.highcharts.com/download
- Tags:
Canvas Javascript SVG VML
- Filed under: CC License, Charts, Goodies
- 2 Comments












2 Responses for "Highcharts: Interactive JavaScript Charts"
Great Library for charts!!
Cool post
I found those posts useful too:
http://eremiya.net/2010/11/02/jquery-highcharts-and-coldfusion-tutorial-part-1/
and this one for flot:
http://eremiya.net/2009/07/08/jquery-flot-tutorial-part-1/
Hope this help.