Hi.
Please help me with the following question:
I'm using Column chart from corechart package.
Here is my Optin creation method
private Options createOptionscolumn() {
// TODO Auto-generated method stub
Options options = coulmnChart.createOptions();
options.setHeight(240);
options.set("fontName", "Arian AMU"); ///// showing same
font as
it was default. Why ???
options.set("fontSize", "20");
options.setTitle("My Daily Activities");
return options;
}
fontSize key works ok but fontName showing same font as it was
default.
All the Best,
Manvel Saroyan
--
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.