I'm trying to have the x-axis on my Bubble chart display its label values 
in quarters such as "Q1 FY13", similiar to the charts axis as shown:

[image: Quarter demo]

In the API they mentioned using a domain column in the datatable as the 
role where you could then specify a string such as 'Q1/09' (*
https://developers.google.com/chart/interactive/docs/roles*<https://developers.google.com/chart/interactive/docs/roles>),
 


role:  domain,   data,       data,   domain,   data,     data
      'Q1/09',   1000,        400,  'Q1/08',    800,      300

 

But from what I can tell this seems to be restricted by the type of chart 
you use, and bubble charts first column has to be a number.

This is a picture of what I have currently, using quarters as the axis, but 
alas you can't tell what year you're looking at...

[image: enter image description here]

So does anyone know if this possible? If not, is there another workaround I 
could do to show these labels? 
 

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to