Add Interactive JavaScript Charts to Your Site Using Highcharts
Posted on December 4, 2009, under JavaScript,
Bookmark it
Highcharts is a JavaScript charting library that offers an easy way of adding interactive charts to your web sites/applications. This library, written in pure JavaScript, currently supports line, spline, bar, pie, column, area, areaspline and and scatter chart types. Any of these can be combined in one chart. Since it is solely based on native browser technologies, Highcharts doesn’t require client side plugins like Flash or Java. No server side programming languages (PHP, ASP NET etc.) are required to use this charting library that needs only 3 files to run: the highcharts.js core, a canvas emulator for IE, either the jQuery or the MooTools framework.
Features include:
- Numerous chart types
- Simple configuration syntax
- Tooltip labels
- Datetime axis
- Zooming
- External data loading
- Inverted chart or reversed axis
- Text rotation for labels
- Source: http://www.highcharts.com/
- Demo: http://www.highcharts.com/demo
Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!
- December 4, 2009
- article by Gabriel C.
- 1 comment
Related Posts
-
Produce Interactive, Zoomable Charts of Time Series: dygraphsat December 23, 2009
-
pChart: Free PHP Class to Create Aliased Chartsat February 27, 2010
-
Free Animated Flash Charts and Graphsat December 25, 2008 with 6 comments
-
Create Graphs and Charts using the MilkChart MooTools Libraryat October 6, 2009
-
Powerful AJAX-enabled DHTML JavaScript Grid Control: dhtmlxGridat January 7, 2010 with 1 comment


One Reply to "Add Interactive JavaScript Charts to Your Site Using Highcharts"
December 7, 2009 at 4:46 AM
very cool & good js charts, thank you very much for sharing.