Re: [Rails] Multiline graph in rails in pdf file

2013-06-05 Thread Arvind Vyas
prawn will work , it also have some good document first read those :) On Wed, Jun 5, 2013 at 12:48 PM, wrote: > Hi all, > I want to give export option in my application that will export PDF > file and it should consist multi-line graph. How can i do this in ruby on > rails. I install praw

[Rails] Multiline graph in rails in pdf file

2013-06-05 Thread snlsinghal . 9
Hi all, I want to give export option in my application that will export PDF file and it should consist multi-line graph. How can i do this in ruby on rails. I install prawn-graph. But I dont think it works for multiline chart. It works only for single line chart. What gem should i install