Hello,
I am new to Google Charts. I am using the following function in my code.
programmaticChart = new google.visualization.ChartWrapper({
chartType: 'BubbleChart',
containerId: 'programmatic_chart_div',
options: {
width: 1000,
height: 450,
chartArea: {left: 10, top: 15, right: 0, bottom: 0},
vAxis: {
scaleType: 'log', title: 'Organizational'},
hAxis: {
scaleType: 'log', title:'National'}
}
});
Everything works fine including the logarithmic scale of my axes. But the
title of my axes and my chart is invisible in my output. Could you please
help me?
--
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/4041e64b-14b6-44e7-8f4b-606202638bb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.