Annotation position is determined by the position of the data point, so if you want to move them, you have to change the data point's location.
I would like to thank you for this post, as it inspired a solution to the age-old problem of adding annotations to a ColumnChart. My solution uses a ComboChart instead of layering, but the idea is similar. See the code here: http://jsfiddle.net/asgallant/QjQNX/, and modified to change the location of the annotations here: http://jsfiddle.net/asgallant/QjQNX/1/ On Sunday, January 6, 2013 1:58:53 PM UTC-5, Dezső Róbert wrote: > > Hi, > > i've been trying to put annotations above column charts, but i had to > realize there is no way to do that. So i put another div under my column > chart's div and added a line chart with annotations to it. > You can see the result on the attached image. > Unfortunately i haven't find any reference about the annotation's > positioning. Does anybody know how to set its position? I want to place it > a little bit further from the columns. > > Thanks for your help, > Robert > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/UwcQsjpccm4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
