From 146a451a6dc912656a0186b96a7f5a919facc647 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Fri, 17 Dec 2010 03:47:18 +0000 Subject: Prawn::Graph aims to add this functionality to Prawn by using the 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/ --- print/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'print/Makefile') diff --git a/print/Makefile b/print/Makefile index 6003ca19b713..b5edde30e6da 100644 --- a/print/Makefile +++ b/print/Makefile @@ -318,6 +318,7 @@ SUBDIR += rubygem-prawn-core SUBDIR += rubygem-prawn-flexible-table SUBDIR += rubygem-prawn-format + SUBDIR += rubygem-prawn-graph SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security SUBDIR += scribus -- cgit