Ok, I'd say that if you copy/pasted that code into your email, then that space appeared for a reason.
The option "chartArea.backgroundColor" doesn't work for Pie Chart, but top-level backgroundColor does. jsfiddle <http://jsfiddle.net/cgmxzpuf/> and screenshot: [image: Screen Shot 2016-02-04 at 13.01.29.png] If you're still experiencing this issue, please modify the jsfiddle to reproduce it, since the code you're pasting works for me. On Thu, Feb 4, 2016 at 12:20 PM Baris Sarac <[email protected]> wrote: > [image: Auto Generated Inline Image 1]\ > > See there is no extra space. It showed like that in the code I pasted for > some reason.. > > On Thursday, February 4, 2016 at 10:31:01 AM UTC-6, Sergey wrote: >> >> Hi Baris, >> >> Your property has a space before it, as in you're writing >> '_backgroundColor' (with a space instead of an underscore), where you >> should be writing 'backgroundColor'. Here is an example of your options >> working perfectly: http://jsfiddle.net/nLf64qga/ >> >> On Thu, Feb 4, 2016 at 11:27 AM Baris Sarac <[email protected]> wrote: >> > Here is how it looks: >>> <https://lh3.googleusercontent.com/-ngtD7PPtO_Y/VrN7UAWLUqI/AAAAAAAAaqk/dgFlO5S4-zE/s1600/Untitled-1.jpg> >>> >>> >>> <https://lh3.googleusercontent.com/-ngtD7PPtO_Y/VrN7UAWLUqI/AAAAAAAAaqk/dgFlO5S4-zE/s1600/Untitled-1.jpg> >>> >>> Here is the code: >>> >>> var options = {'title': 'abc', >>> 'width': 300, >>> 'height': 250, >>> 'is3D':true, >>> 'fontSize':18, >>> ' backgroundColor': '#FCF3E5', >>> 'chartArea': {'width': '80%', 'height': '80%',' >>> backgroundColor': '#FCF3E5'}, >>> 'legend': {'position': 'none'}, >>> }; >>> >>> I tried only bacgroundColor it didn't work, then I tried >>> backgroundColor inside chartArea that didn't work either. I even tried >>> both, in the aboe example, that didn't work too. I cannot change their >>> background color. >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >> To post to this group, send email to [email protected]. >> >> >>> Visit this group at >>> https://groups.google.com/group/google-visualization-api. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/google-visualization-api/5cadf2fe-565b-4cb5-8609-83ec00543c8a%40googlegroups.com >>> <https://groups.google.com/d/msgid/google-visualization-api/5cadf2fe-565b-4cb5-8609-83ec00543c8a%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> >> *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google, Inc• >> [email protected]* >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > https://groups.google.com/group/google-visualization-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/fb191dc6-ceb9-4f71-b490-bfef8339b498%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/fb191dc6-ceb9-4f71-b490-bfef8339b498%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google, Inc• [email protected] <[email protected]>* -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAEwwup6hca5R2HbhW8UkcUfA0cL-SvUsFtjeKvt7Pk-AcugXng%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
