Hi Philipp, It seems that what you want is actually the (partial) sum of your columns. There is currently no built-in way to accomplish this, but you could create an invisible series that is the sum of the columns, and then use that as a basis for your trendline. I created a jsfiddle example for you here: http://jsfiddle.net/J2hLy/1/
Hope this helps! - Sergey On Mon, Jan 20, 2014 at 3:32 AM, Philipp Brömser <[email protected] > wrote: > Hi Sergey, > > thanks for your answer, I hope this picture shows what I would like to > achieve, instead of having the dark blue line I would like to stack the > trendlines as well. I manually added the lighter blue line to show what I > mean: > > > <https://lh5.googleusercontent.com/-PmShfr6ZPPQ/UtzeqYYHtNI/AAAAAAAAFFY/lnLm6OMF_qI/s1600/download+%281%29.png> > > > > Am Freitag, 17. Januar 2014 17:30:01 UTC+1 schrieb Philipp Brömser: > >> Hi there, >> >> first of all thanks for this excellent library, I use it a lot and like >> the new updates. >> I have a problem with the new trendlines feature in stacked column charts >> though - they are not stacked - is there an option to achieve this? >> >> Thanks in advance >> > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
