Alright, after a lot of testing, and finally ripping my project to absolute shreds, I (almost jokingly) deleted the <base> tag. That was the problem. After that I googled a bit around the web and found that apparently this tag causes a lot of issues on many different google charts features.
You can replicate the behaviour here: http://jsfiddle.net/hrow00xc/3/ Try removing the base tag(line 1) on the HTML block. Alas, I can't remove the base tag from my application. Any suggestions? On Monday, 10 August 2015 16:42:42 UTC-3, Daniel LaLiberte wrote: > > Can you point us to the page where this is failing? It would appear that > clipping is broken in some way, which could be caused by the particular way > in which your chart is drawn in the container HTML, or perhaps it depends > on the browser you are using. So we would like to try to reproduce the > actual problem. > > We have encountered similar problems on mobile platforms, or in contexts > where the chart elements have been cloned while leaving the ids intact > (thus confusing the clipping region). > > > On Mon, Aug 10, 2015 at 3:33 PM, Moustacheful <[email protected] > <javascript:>> wrote: > >> Hello. >> Has anyone ever encountered an issue like this? when setting a viewWindow >> max-min, I get the following result (area series overflows over the entire >> chart area) >> >> https://drive.google.com/file/d/0B-SPOI3uVlh2S0wyZjJXWGhZbXc/view?usp=sharing >> >> If i don't do that it works properly. I tried setting a jsfiddle and for >> some reason it works just fine! https://jsfiddle.net/hrow00xc/1/ >> >> Has anyone ever experienced that issue? My first guess was a css issue, >> but tried disabling all css and the results were the same. >> Any ideas? >> Thanks! >> >> -- >> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at >> http://groups.google.com/group/google-visualization-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] <javascript:> 5CC, Cambridge MA > [email protected] <javascript:> 9 Juniper Ridge Road, Acton MA > -- 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.
