Hi all.
I want the Y axis of my image bar charts to be in logcscale.
I have done this successfully for charts but i still can;t do it for
image charts.
Please someone help me.
Here is my code
var options2 = {
max: '10000000',
vAxis: {viewWindow: {logScale: 'true'}},
chbh: 'a,4,5',
chs: '1000x500',
cht: 'bvg',
chd: 's:',
chtt: 'The Results',
chm: 'D,FF0000,0,-1,5|D,00FF00,1,-1,5,-1|h,
3072F3,0,0.1:1,5|h,49188F,1,0.001:1,5'
};
Regards
Aruna
var data2 = response.getDataTable();
var chart = new
google.visualization.ImageChart(document.getElementById('chart_div'));
--
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.