Comments on: Open Flash Chart II – X Axis Date and Time http://pullmonkey.com/2010/01/05/open-flash-chart-ii-x-axis-date-and-time/ Tue, 29 Mar 2011 19:35:25 +0000 hourly 1 https://wordpress.org/?v=5.6 By: Krish http://pullmonkey.com/2010/01/05/open-flash-chart-ii-x-axis-date-and-time/comment-page-1/#comment-18310 Tue, 29 Mar 2011 19:35:25 +0000 http://pullmonkey.com/?p=57443#comment-18310 Ok, I give up. How do I add Dynamic Text to the tool tip? For instance, for the first dot, I may want to say “vs Lakers : 28” then dot 2 “vs Celtics : 13”

I understand doing this:

dot.tooltip = “Points: #val#”

But not making it dynamic. The PHP example uses a label set onto each line dot item – I just don’t see how to do that here.

Thanks!

]]>
By: Steve http://pullmonkey.com/2010/01/05/open-flash-chart-ii-x-axis-date-and-time/comment-page-1/#comment-13475 Wed, 08 Sep 2010 01:53:32 +0000 http://pullmonkey.com/?p=57443#comment-13475 Any idea how to get bars at the proper places when using a date range? I can’t seem to get them to show up on the chart. Do you know if there is a way to set the x value of a bar value?

Thanks!
Steve

]]>
By: charlie http://pullmonkey.com/2010/01/05/open-flash-chart-ii-x-axis-date-and-time/comment-page-1/#comment-7957 Fri, 07 May 2010 14:17:13 +0000 http://pullmonkey.com/?p=57443#comment-7957 In reply to Jeff Rossi.

Jeff – I don’t have an example for you in RoR, but if you are up to it, you can follow the PHP example from the official site – http://teethgrinder.co.uk/open-flash-chart/gallery-line-click.php

As a pointer – when you see something like this:
$g->set_x_labels( $x_labels );
You will do this:
g.set_x_labels(x_labels)
or this:
g.x_labels = x_labels

]]>
By: Jeff Rossi http://pullmonkey.com/2010/01/05/open-flash-chart-ii-x-axis-date-and-time/comment-page-1/#comment-7954 Fri, 07 May 2010 13:31:18 +0000 http://pullmonkey.com/?p=57443#comment-7954 Sorry about being off topic but I was wondering if there is a clickable line graph available.

]]>
By: Thomas Glasgow http://pullmonkey.com/2010/01/05/open-flash-chart-ii-x-axis-date-and-time/comment-page-1/#comment-5293 Fri, 12 Feb 2010 22:57:33 +0000 http://pullmonkey.com/?p=57443#comment-5293 Hi,

I don’t understand how to define the x values as well. Currently the only examples I see have evenly separated x values, eg: [1,10], [2, 5], [3, 15], [4, 6], …

But what to do if I want:

[1,10], [2.7, 5], [3, 15], [3.2, 6], [3.8, 9], [4.1, 12], …

Best regards,

]]>
By: PullMonkey Blog » Blog Archive » POST OFC Graph as Image http://pullmonkey.com/2010/01/05/open-flash-chart-ii-x-axis-date-and-time/comment-page-1/#comment-4026 Wed, 06 Jan 2010 21:18:03 +0000 http://pullmonkey.com/?p=57443#comment-4026 […] example: Well, let’s just get right in to the code. The controller contains the same code as my last post with only a few minor changes to the index method and the addition of the upload_image method. In […]

]]>