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:
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), 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...
So does anyone know if this possible? If not, is there another workaround I could do to show these labels? |