Re: Multiple Google Charts in one page?

2009-06-16 Thread Unicheats
Yeap, it was my fault. :) I've been trying to display 3 charts and i was including the `GoogChart.class.php` file three times... I've always used `include_once`, why the hell did I used 'include' now? :-) I'm such an idiot. :-) Bye and thanks Michael for showing me it's possible. :)

Re: Multiple Google Charts in one page?

2009-06-16 Thread Human Powered
I'm interested in doing this as well. Can you post an example of the code that works? Thanks. On Jun 15, 11:12 pm, Unicheats uniche...@gmail.com wrote: Yeap, it was my fault. :) I've been trying to display 3 charts and i was including the `GoogChart.class.php` file three times... I've

Re: question about chxr and recalculate negative numbers

2009-06-16 Thread KeithB
When you use text encoding (which you are) you can have the API scale your data for you with the CHDS parameter. That, coupled with your CHXR parameter, should get you what you want: http://chart.apis.google.com/chart?cht=lc; chs=200x125 chd=t:40,60,-60,45,47,85,70,72 chds=-100,100

Grid lines hidden by range markers on line chart, but not scatter chart

2009-06-16 Thread Matt
The following two charts contain chart data, grid lines and range markers. The only difference between the two is that the first is a scatter chart (cht=s) and the second is a line chart (cht=lc). But for some reason the vertical range marker hides the gridlines on the line chart, and not the