HTML::BarGraph

HTML::BarGraph can generate multiset bar graphs using plain HTML.
Download

HTML::BarGraph Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Vlad Podgurschi
  • Publisher web site:
  • http://search.cpan.org/~podgursv/HTML-BarGraph-0.5/BarGraph.pm

HTML::BarGraph Tags


HTML::BarGraph Description

HTML::BarGraph can generate multiset bar graphs using plain HTML. HTML::BarGraph can generate multiset bar graphs using plain HTML.SYNOPSISuse HTML::BarGraph; print graph( direction => 'h', ### or 'v' or '|' / '-' graphminsize => 250, bartype => 'pixel', ### or 'html' barlength => 100, barwidth => 10 , baraspect => .03, color => 'blue', colors => , pixeldir => '/images', pixelfmt => 'PNG', data => , , ], tags => , setspacer => 0, highlighttag => , ### or tag1 (one value) # OR highlightpos => , ### 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: · Perl


HTML::BarGraph Related Software