Displaying 20 results from an estimated 40000 matches similar to: "How to display sales report for each month"
2006 Aug 03
8
beginning a statistics application
Hi all,
I need to write an application that gets data from a database and plots
it on a graph.
I am familiar with java and know that I could do it with jfreechart -
however I am excited by RoR and would like to write the application with
RoR instead.
Is it possible to write it in RoR?
Chris
--
Posted via http://www.ruby-forum.com/.
2006 Jan 18
5
Ruby and charting
Hi-
I need to create simple charts on the fly - I had used JFreeChart in the
past with inJ2EE apps. Is there any equivalent here for Ruby. My
charting needs are simple: just line charts.
Also if anyone has done this, pls let me know how I should go about in
doing it.
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Apr 27
4
GD2 to Make Charts
I''m just getting started with GD2 and have successfully made a few
dynamic PNGs. I need to make some fairly detailed line graphs on the
fly and I know that GD2 is capable of what I want but I strongly suspect
I''m reinventing the wheel badly. Are there gems or other projects that
help creating complex charts? I''ve used GDChart in the distant past
but I
2006 Jun 22
3
create pie chart
Hi,
I want to be able create a pie chart using rails, does anyone know of
any plugin''s taht could help me here?
Scott
--
Posted via http://www.ruby-forum.com/.
2006 Mar 26
3
Charts and Java servers
Hi,
As a long time Java/J2EE exponent I wanted to give Rails a fair crack of the
whip and after we evaluated it for several weeks I have to say I like it.
The installation process for the base system/framework is straightforward on
the two platforms we''ve tried (Windows and Mac OS X). However, the charting
components available, relying on ImageMagick or GraphicsMagick seem less
clear
2010 Sep 22
1
How to skip x-axis in gruff line-graph
Please open the below link... http://nubyonrails.com/pages/gruff
In "Multi-Line Graph Test 400" graph. How to make white-color-line to
start from 5/24(x-axis) instead of 5/6?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Mar 23
1
Graphing library?
Hello everyone,
I''m looking to produce some graphs broadly like the ones shown here:
http://www.dotnetcharting.com/gallery/List.aspx?gal=6 No prize for
guessing what type of app it is...
This particular graphing library is .NET-specific, but as you can see
the results it produces are really nice. More than likely, they''re
several notches above what I''ll be able to
2007 Apr 09
6
gruff send_data
Hi,
for those with experience of Gruff module: suppose I want to send
image from server straight to the browser (as example on gruff web
site):
send_data(g.to_blob,
:disposition => ''inline'',
:type => ''image/png'',
:filename => "gruff.png")
the server seems sending this binary data ok, but I am having
2008 Sep 01
4
Generating Images/PDF Server-Side
Hi,
I am working on a project where I need to generate a chart (a bit like a
pie chart, but very customised) and insert this into a PDF document.
Does anybody have any advice on ruby libraries (or other techniques) for
doing this? Open to suggestions?
The resulting PDF will be designed for printing and so ideally should be
vector throughout (or any raster images 300dpi). I was thinking of some
2009 Nov 13
1
RoR Pre-Sales Consultant - Toronto
Hello everyone, happy friday!
Any Ruby on Rails Client/Software Consultants in Toronto? Looking for
a full time Pre-Sales Engineer, someone who has good experience going
to client sites and doing technical presentations to clients,
alongside the Account Executive. Experience with RoR is a must (even
if in a consulting capacity, and not development). Please send me a
message, salary + bonus TBD.
2006 Feb 11
1
graphics de stats
salut
je cherche des plugs pour rails pour afficher des graphes de stats.
merci pour votre aide
--
Posted via http://www.ruby-forum.com/.
2007 Jan 04
4
RMagick problems
I read the 13th recipe in the book "Rails Recipes" from Chad Fowler. I
install with gem the gruff-library (gem install gruff). After the
installation, I download the "rmagick-win32-1.13.0_IM-6.2.9-3.zip" file
and install it on my win32-machine. It was successfully!
So, I create a controller with script/generate. In a method, which I
wrote after the creation, I''ll make
2007 Mar 27
4
Gruff with PDF::Writer
Hello all
Has anyone managed to embed gruff graphs into a PDF document using
pdf::writer?
The easy way (as far as I can see) would be to just save the gruff graph
as a temporary file then read that file in pdf::writer. I was wondering
if anyone had managed to get them working together directly?
RJ
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
2008 Dec 05
9
Bar Chart in Rails
Hi Everyone,
Can anyone tell me how to draw a bar chart in Rails? Is there any
in-built method in Ruby on Rails (or) should i go for 3rd party plugins?
I searched and came across this "open flash chart" - i don''t know how to
customize it according to my requirement.
PS: I have attached my requirement sample for you reference.
Thanks,
Vasanth
Attachments:
2008 Jan 14
4
PIE CHART
i have a rails applications which can record various tasks
and times used to do those tasks within each day in a week,
now i want it to have the abbility of displaying the
percentage of time spent in each task in a pie chart. can
someone please show me the neccesary formatting of data and
other steps required for this to be done using
2006 Mar 28
1
graphing solutions
Hi all,
This might be OT.
Wondering what are available charting solutions that work well with Ruby
on Rails. I''ve seen reference to a few but they all seem to rely on
integration with a program written in another language (requiring a
seperate process per chart), Perl''s GD module for instance. Is there a
100% Ruby charting library that is freely available?
Thanks,
Dave
2006 Feb 10
1
Plotting library
Hi,
I''m fairly new to Rails and am moving from PHP. I am looking for a way to generate generate image plots on a Webpage. I have looked at SVG::Graph, but it doesn''t look nearly as flexible or functional as jpGraph, which I use in PHP (http://www.aditus.nu/jpgraph/).
I also generate some more complex graphs using matplotlib via Python
2008 May 07
2
design question
Hi,
I''m developing a budget planner for myself and do have a table for recurring
expenses, as well as a transaction table for my bank account CSV file
uploads.
Questions: For the projections forward in time I''m wonder whether to:
(a) keep it simple and just calculate future balance projections on the fly,
then feed to gruff graphs
(b) each time a recurring item changes, or
2007 Sep 04
2
Pie chart eith Gruff
Does anybody know how to create a pie chart in Gruff without percentage
but actual numbers?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2008 Mar 22
3
rmagick
hey i am now using gruff for showing graph...
when i run the program,it will show an error:
no such file to load -- RMagick..then i am trying to install
RMagick,by the command gem install rmagick,but this command also
not executed properly..anyone can help..
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are