Re: [visualization-api] Visualization issue with area series

2015-08-11 Thread Moustacheful
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

[visualization-api] Visualization issue with area series

2015-08-10 Thread Moustacheful
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

Re: [visualization-api] Visualization issue with area series

2015-08-10 Thread Daniel Acuña
I'm afraid I can't share that particular URL, but I'll try my best to replicate the conditions in a fiddle. This is a project that's using the library along with angularjs (using the angular-google-chart module: https://github.com/angular-google-chart/angular-google-chart) which I guess could be

Re: [visualization-api] Visualization issue with area series

2015-08-10 Thread 'Daniel LaLiberte' via Google Visualization API
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