Is it possible to add horizontal gridlines at irregular intervals to a Google Visualization ColumnChart? Something similar to the Good, Better, Best markers on this image chart:

I have tried to figure it out myself, but have only found ways to add gridlines at regular intervals. Nothing at arbitrary locations.
If Google Visiualization can't do this, can anyone suggest a good javascript svg charting library that can?
Use the
vAxis.ticksoption:Each element in the
ticksarray is an object withvandfproperties: thevproperty is the value to place the label at, and thefproperty is the label to use.