Software by tag 'graph'

Highcharts – Pure Javascript Charts Library

December 28th, 2009 in Resources | No Comments

Charts and graphs are very important components in order to present your data to the readers. Perhaps our previous post about Javascript Charts Plugins help you in your projects. If none of the plugins or resources meet your requirements, don’t worry. We are going to share another powerful but free Javascript Charting Component to you: Highcharts.

Highcharts

(more…)

14 Javascript Resources And Plugins For Creating A Stylish Chart

June 6th, 2009 in Javascript, Resources | 19 Comments

We had shared a lot of useful resources about CSS/jQuery recently. Today, I am going to share useful resources and plugins to create a stylish chart. Graph and Chart are very effective ways of showing data.

There are a lot of different methods to generate graphs/charts. For example, you can use Flash, Javascript, CSS, or server side script such as PHP or ASP to generate them. Today, we are going to look into Javascript solutions to generate charts.

Update: We have another article that covers tutorials and resources on creating graphs and charts using CSS(without Javascript/Flash).

1. Creating accessible charts using canvas and jQuery

fgcharting
This article show you how to use fgCharting, a jQuery plugin to convert HTML table into a stylish chart/graph. This plugin support several different types, such as line, filledLine, additiveLine, additiveFilledLine, pie, bar, additiveBar.

2. Emprise JavaScript Charts

emprise-javascript-charts
This JavaScript Charts supports a lot of features and has a very good documentations. However, it is only free for personal use.

(more…)