Skip to content

Commit

Permalink
bar chart example
Browse files Browse the repository at this point in the history
  • Loading branch information
jozef committed Jul 1, 2010
1 parent 1a4ebf0 commit f9136f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Revision history for Chart::OFC2

0.07 11 12 2009
0.08 1 Jul 2010
- added picture examples

0.07 11.12.2009
- #50419 added "text" property to elements (thanks to Noe Snaterse)
- aliased 'color' to 'colour' (thanks to Jeff Tam)
- moved coerce and types to Chart::OFC2::Types (thanks to Jeff Tam)
Expand Down
12 changes: 12 additions & 0 deletions lib/Chart/OFC2/Bar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ Chart::OFC2::Bar - OFC2 bar chart
extends 'Chart::OFC2::BarLineBase';
=head1 EXAMPLES
=begin html
<div><img src="http://github.com/jozef/chart-ofc2/raw/master/examples/screenshots/bar-chart-test.png" width="600" height="400" alt="Bar chart test" title="click link below to see the interactive chart" /></div>
<ul>
<li><a href="http://cpansearch.perl.org/src/JKUTEJ/Chart-OFC2-0.08_01/examples/for-pod/bar.html">interactive version</a></li>
<li><a href="http://cpansearch.perl.org/src/JKUTEJ/Chart-OFC2-0.08_01/examples/for-pod/bar-data.json">json source</a></li>
</ul>
=end html
=cut

use Moose;
Expand Down

0 comments on commit f9136f4

Please sign in to comment.