Giter VIP home page Giter VIP logo

html-bargraph's Introduction

HTML::BarGraph
--------------
A Perl module which creates bar graphics for one or more datasets, using plain
HTML and, optionally, "stretched" pixel images.

Features
--------
- it can display more than one data set on the same graphic
- one can change the direction of the bars (vertical, horizontal) by simply 
  changing one parameter
- when used in plain HTML mode, the graphic (and the module) is completely 
  independent - it doesn't require any graphic or graphic library
- when used in plain HTML mode, the graphic is entirely included in the page, so
  by saving the webpage, the whole graphic is saved with it
- highly customizable
- graphics for web polls and such simple data sets can be quickly created, 
  without the overhead implied by "on the fly" graphic generation


Screenshots ;)
--------------
A sample of what the module can do is included in the distribution (sample.html).
The source of this HTML file contains the parameters that each graph was generated
from.


Install
-------
HTML::BarGraph is plain Perl, and so far has no dependencies, so install it like:
  perl Makefile.PL
  make
  make test
  make install


Pixels
------
Before using the module with 'bartype' set to 'pixel', you need to install 
the various color pixels which will be used to draw the bars.  As a start, you 
can use the pixels provided in the module's distribution (pixels/*.png).  You 
need to install these manually, since there's no way to know the location where
you want them to live.


Enjoy.

dec 2002
[email protected]

html-bargraph's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.