Hi Bryan, We don't support annotations on intervals (though that is something that we should support). In order to get those to show up, you will have to create a line series and set the annotations on that.
Getting rid of the connecting line is pretty easy, but there are two ways to do it. You can either make the stemColor be 'none', which will leave a gap between your data and annotation, but make the line go away, or you can set stemLength to be 0. This will make both the gap and the line go away. Your example is getting a little too hairy to demonstrate these things, but here is a distilled example: http://jsfiddle.net/emena01o/1/ On Wed Aug 27 2014 at 10:23:51 AM Bryan Maloney <[email protected]> wrote: > > Wrong version: > > http://jsfiddle.net/s7040rms/9/ > > -- > 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 google-visualization-api@ > googlegroups.com. > Visit this group at http://groups.google.com/ > group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- 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. For more options, visit https://groups.google.com/d/optout.
