\ 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] > <javascript:>> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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] <javascript:>* > > -- 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. For more options, visit https://groups.google.com/d/optout.
