Sorry, but you cannot use images for the axis values.

On Monday, February 24, 2014 4:49:02 AM UTC-5, Alfreek wrote:
>
> google.load("visualization", "1", {'callback': 
> drawChart,packages:["corechart"]});
> function drawChart() {
>
> var data = new google.visualization.arrayToDataTable([
> ['string', 'Questions', { role: 'style' } ],
>
> ['HERE I WANT TO GIVE PATH',22,'color: #0000'],
>
> ]);
>
> var options = {
> title: 'Scheduler  Information',
> hAxis: {title: 'Types', titleTextStyle: {color: 'red'}},
> vAxis: {title: 'Total Questions', titleTextStyle: {color: 'red'}}
> };
> var chart = new 
> google.visualization.ColumnChart(document.getElementById('chart_div'));
> chart.draw(data, options);
> }
>

-- 
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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to