Hi Mark, There is no support yet for custom styling of individual tick values. I can imagine we might be able to add a style property to explicit ticks.
The closest you can get now is probably to use a domain annotation, where you include an annotation role column after your first column (the domain values). The domain annotations will be displayed on the hAxis. See https://developers.google.com/chart/interactive/docs/roles#annotationrole On Fri, Mar 7, 2014 at 5:30 AM, Mark Leavy <[email protected]> wrote: > Hi, > > Had a search but couldn't find anything relevant .. but is it possible to > change the color on an individual vAxis label when using a bar chart? > Something along the lines of textStyle:{color:'blue'} but for just one of > the labels? > > I'm basically 'injecting' a special row into a bar chart that has it's own > bar colour, ['Average', 56, 'color: ##008000; opacity: 0.6'] which makes > that bar color unique but I can't seem to change the label style for that > row (I'm after it being Bold or a different color). > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart 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-chart-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api. For more options, visit https://groups.google.com/d/optout.
