Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.177.441 Times

HTML::BarGraph 0.5

  Date Added: February 24, 2010  |  Visits: 806

HTML::BarGraph

Report Broken Link
Printer Friendly Version


Product Homepage
Download (92 downloads)



HTML::BarGraph can generate multiset bar graphs using plain HTML. SYNOPSIS use HTML::BarGraph; print graph( direction => h, ### or v or | / - graphminsize => 250, bartype => pixel, ### or html barlength => 100, barwidth => 10 , baraspect => .03, color => blue, colors => [ blue, red, lightblue ], pixeldir => /images, pixelfmt => PNG, data => [ [ val11, val12, ... ], [ val21, val22, ... ], ], tags => [ one, two, ... ], setspacer => 0, highlighttag => [ tag1... ], ### or tag1 (one value) # OR highlightpos => [ 5, ...], ### or 5 (one value) highlightcolor => red, addalt => 1, showaxistags => 1, showvalues => 1, valuesuffix => %, valueprefix => => , bordertype => flat, ### or reised bordercolor => #333333, ### or #RRGGBB borderwidth => 1, bgcolor => bisque, ### or #RRGGBB textcolor => black, ### or #RRGGBB title => title, titlecolor => black, ### or #RRGGBB titlealign => center, ### or left or right fontface => sansserif, ylabel => randoms, ylabelalign => middle, ### or top or bottom xlabel => index, xlabelalign => center, ### or left or right labeltextcolor => yellow, labelbgcolor => black, );.

Requirements: No special requirements
Platforms: Linux
Keyword: Bar Graphs Bargraph Generate Graphs Html Htmlbargraph Libraries Multiset Plain Programming Rrggbb Using
Users rating: 0/10

License: Freeware Size: 12.29 KB
USER REVIEWS
More Reviews or Write Review


HTML::BARGRAPH RELATED
Libraries  -  MoioChart 1.0
MoioChart project is my Java library to draw function plots, bar graphs, pie graphs, etc. Why should I use it? Firstly, because it is very easy to use. For example: Drawable objects such as functions, axes, pies, etc. can be added to or...
307.2 KB  
Network & Internet  -  durep 0.9
durep creates disk usage reports with bar graphs, allowing one to easily deduce which directories are using the most space. Although durep can produce text output similar to do, its real power lies in the ability to store reports in a file,...
13.31 KB  
Graphs and Charts  -  HTML-Graphs javascript 4.3
HTML-Graphs could be used to create horizontal / vertical bar graphs, progress bars and faders.You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics ped bar gcal libraries are required.
10 KB  
Graphs and Charts  -  HTML-Graphs (PHP) 4.3
Use this script to create horizontal / vertical bar graphs, progress bars and faders.You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or graphical libraries required.This script was...
10 KB  
Graphs and Charts  -  HTML-Graphs (PHP) for Scripts 4.3
Use this script to create horizontal / vertical bar graphs, progress bars and faders.You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or graphical libraries required.This script was...
10 KB  
Graphs and Charts  -  2D / 3D Stacked Vertical Bar Graph for Scripts 4.64
This PHP script provides a very easy way to embed dynamically generated stacked vertical bar graphs and charts into PHP applications and HTML web pages.The graphing software is very easy to use and it's perfectly possible to add professional...
952.32 KB  
Graphs and Charts  -  2D / 3D Vertical Bar Graph for PHP for Scripts 4.64
This PHP script provides a very easy way to embed dynamically generated vertical bar graphs and charts into PHP applications and HTML web pages.The graphing software is very easy to use and it's perfectly possible to add professional quality real...
952.32 KB  
Graphs and Charts  -  2D 3D Stacked Horizontal Bar Graph for Scripts 1.0
The 3D Stacked Horizontal Bar Graph software provides both a client and server side solution for the incorporation of bar graphs and charts into web pages.It provides versatile components so that web authors and Java developers can easily build...
389.12 KB  
Graphs and Charts  -  2D / 3D Stacked Horizontal Bar Graph for PHP for Scripts 1.0
This PHP script provides a very easy way to embed dynamically generated stacked horizontal bar graphs and charts into PHP applications and HTML web pages.The graphing software is very easy to use and it's perfectly possible to add professional...
952.32 KB  
Graphs and Charts  -  2D 3D Vertical Bar Graph for Scripts 4.64
This PHP script provides a very easy way to embed dynamically generated vertical bar graphs and charts into PHP applications and HTML web pages.The graphing software is very easy to use and it's perfectly possible to add professional quality real...
952.32 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB