Closed (fixed)
Project:
Google Chart Tools: Image Charts
Version:
5.x-1.2
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 19:58 UTC
Updated:
27 Mar 2011 at 10:31 UTC
Comments
Comment #1
tjholowaychuk commentedHmm chart fill shoooould work.. BUT tthat being said I may have done crappy validation on wither or not the global bg was set, meaning "" may be set if I did not properly check things. You might want to try variable_del to remove it preceding your other code.
Comment #2
wflorian commentedthanks for your answer. but what do you mean with "variable_del"? how should I implement this? how should I use this?
here is my current code:
this is how it looks: http://img149.imageshack.us/img149/6620/unbenannt1nf7.gif
do you see what I mean? I do need the whole background in the chart_fill color. right now only the inner part of the background gets the chart_fill color. the rest is white, when no global background color is entered.
when I use the global setting for background color, the chart fill color will be ignored and the whole background will be filled with the global background color. But I do need to set different background colors to different charts, so the global setting doesn't work for me.
Any solution? Any Patch to specify a background color for a chart id? I would really appreciate your help.
Thank you.
Florian
Comment #3
wflorian commentedhere we go.
i looked at the google api settings:
'#chart_fill' => chart_fill('bg', 'ff0000'),this is your friend!;)Comment #4
boombatower commentedSeems fixed?