Intervals are defined on a per-series basis, this is why they are relative to the last series. This is the most common use case, and as such that's the one that we support by default. I will admit that there is value in absolutely positioned intervals, but it's not something that we have implemented yet. Maybe we could have intervals positioned on the domain column be absolute.
In the meantime, you can simply subtract the sum of your columns from the value to properly offset your intervals, like so: http://jsfiddle.net/s7040rms/3/ Sorry if this presents a large inconvenience to you, I suppose we thought that this was an easy enough workaround to do. I've filed an internal bug against myself, so hopefully this will be in the next release. On Fri Aug 22 2014 at 5:00:18 PM Bryan Maloney <[email protected]> wrote: > > But the error bars I want to present are for the CUMULATIVE DATA. THAT is > what I want to present. How do I do that? > > Or is this YET ANOTHER time when the Google API craps out and doesn't > measure up? > > -- > 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.
