|
|
|
About |
|
Simple Bar Chart Script to generate perfect graph for any web based applications. Generates vertical bar graph for unlimited number of elements.
|
|
Features |
a) The script generates vertical bar chart for any number of elements.
b) Easy Customization of graph elements, x-axis and y-axis lables, and color.
c) Requires to install graphs module.
d) Simple and easy to use.
e) Supports almost all mordern browsers.
|
|
Downloads |
Version 1.1 - Bar Chart Script
Release Date - 26-03-2010
Get free version without ©copyright link for just
5

For customization of this script or any script development, contact us at support@hscripts.com
|
|
Usage |
a) Download and Unzip the files.
b) Before using the script you have to install graphs module.
c) Edit the x-axis and y-axia lables inside the files barchart.pl
d) Edit the x-axis and y-axis array values in displaychart.pl file.
For Example,
@data1=("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug","Sep", "Oct", "Nov", "Dec");
@data2=(23, 5, 2, 20, 11, 33, 7, 31, 77, 18, 65, 52);
e) Execute displaychart.pl file to generate the vertical chart.
|
|
License |
- This Perl Scripts is given under GPL License
- i.e. Free use for those who use it as it is.
- Free, if your modification does not remove our copyright information and links.
- Detailed License information can be found here
- You can purchase the script if your requirements does not meet GPL License terms.
|
|
|
|