aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-prawn-graph
Commit message (Collapse)AuthorAgeFilesLines
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Add LICENSESunpoet Po-Chuan Hsieh2015-05-241-0/+3
| | | | Notes: svn path=/head/; revision=387318
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332048
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Cannoicalize the WWW: [again],Philip M. Gollucci2011-06-231-1/+1
| | | | | | | - Save redirects s/http/https/ for github Notes: svn path=/head/; revision=276162
* Prawn::Graph aims to add this functionality to Prawn by using thePhilip M. Gollucci2010-12-173-0/+36
native PDF drawing tools Prawn exposes and a friendly single-method call to draw the graph. The graphs and the values plotted and drawn are all relatively sized within the bounds of the width and height you have set and should scale pretty well to any size of value. Of course, if things do end up looking too squashed, you can always just make your graph bigger. At the moment, only Bar and Line charts are implemented, with others coming soon. Both charts work in mostly the same way. WWW: http://ryanstenhouse.eu/ Notes: svn path=/head/; revision=266470