I have a line chart with values of 50 to 300. How can I change the
background to green for the area between 100 to 200, to show a
"normal" value? This would represent the "normal" range of values.
Thank you.
On Dec 12, 9:18 am, asgallant <drew_gall...@abtassoc.com> wrote:
> There is nothing in the API that allows for something like this. You could
> try to hack the chart's SVG to get a green background for part of the
> chart, but this would not be easy. As an alternative, you could use the
> new 'scope' column role (seehttp://code.google.com/apis/chart/interactive/docs/roles.html#whatrol...) to