Bar Chart / Graph Script
Simple Bar Chart Script to generate perfect graph for any web based applications. Generates vertical bar graph for unlimited number of elements.
Features
- The script generates vertical bar chart for any number of elements.
- Easy Customization of graph elements, x-axis and y-axis lables, and color.
- Requires to install graphs module.
- Simple and easy to use.
- Supports almost all mordern browsers.
Preview
Downloads
- Version 1.1 - Bar Chart Script
- Release Date - 26-03-2010
- Get free version without ©copyright link for just $10/-
- For customization of this script or any script development, mail to support@hscripts.com
Usage
- Download and Unzip the files.
- Before using the script you have to install graphs module.
- Edit the x-axis and y-axia lables inside the files barchart.pl
- 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);
Execute displaychart.pl file to generate the vertical chart.
License
Related Scripts