Open GoogleCodeExporter opened 8 years ago
Original comment by bragha...@gmail.com
on 21 Feb 2008 at 10:00
lmarburger: Thank you for the patch, I wonder if we should do such a drastic
change.
I do not really know how many are actually using this plugin yet. I am
debating, if
we should not discard the old way of passing args and also implement your new
descriptive args. What you say?
It is not hard to have them both working together.
PS: There are few other changes to the code today in the trunk. I do not think
they
will affect your patch, can you please update. Thanks.
Original comment by bragha...@gmail.com
on 21 Feb 2008 at 10:12
I completely understand with regards to your apprehension to making such a
change to the project. I made my
changes pretty much in a vacuum. I needed specific functionality and I made
them for myself and not
necessarily with the project in mind.
I don't know what the vision is for the project and what the end goal should be
so my modifications were purely
selfish in nature. I figured since I made the changes and the code base is
pretty light, I might as well submit it as
a patch.
Original comment by lmarbur...@gmail.com
on 21 Feb 2008 at 2:53
sure, nothing stops us to get to use your changes. If you would like to
re-think the
patch, you are most welcome to do so. Or else I will implement you requirement
tomorrow. Thanks for raising the issue anyway.
Original comment by bragha...@gmail.com
on 21 Feb 2008 at 3:01
I have been trying to use this library and ran into the same problem addressed
by
this patch. The module needs a way to support xy line charts, and currently
doesn't
produce xy arrays in the format required by the api. The api requires
x[0],x[1],x[2]|y[0],y[1],y[2] and the current tool joins them all with ','s.
I like the technique in the patch of being able to pass in the x and y data
arrays on
one line and the labels on another. Can I download this patch in ruby someway?
Original comment by spend...@gmail.com
on 22 Mar 2008 at 4:08
spendres,
The patch submitted by Imarburger is available, just click on the link and
apply. For
more help in applying a patch, please refer to SVN. I am still working on
implementing his patch. Unfortunately it had taken longer than I expected, as I
have
to keep a backwards compatibility.
Original comment by bragha...@gmail.com
on 22 Mar 2008 at 10:40
Hey guys
This patch seems to be working great! Kudos to Imarburger.
Anyway, I've created a patch for the patched version of google_chart.rb to
handle
support for bar width and spacing. I've also added a new line to the join in
case
anyone place an integer in there.
Anyway, here it goes, hope you guys find it useful.
Original comment by ebell...@gmail.com
on 26 May 2008 at 9:32
Attachments:
Original issue reported on code.google.com by
lmarbur...@gmail.com
on 20 Feb 2008 at 12:15Attachments: