Hey,
Why is that if I try to add options like backgroundColor.stroke or any
other "new" options with ' . ' between, code gives an error and doesnt
work. Even though I have corechart loaded.
<--
var options = {title: 'Chart',
backgroundColor: '#D6D6D6',
backgroundColor.stroke: '#FFF',
height: 265,
};
Color.stroke is syntax error.
Other problem is with date.
data.addColumn('date', 'Date');
data.addRows([
['01.01.2010', xxxx],
-->
What do I need to data.addRows as the date to get an output as a date,
for example Mar 23, 2012 instead of the date I inserted?
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.