[visualization-api] Re: Google visualization event tracking on Google Analytics

2015-08-12 Thread Moustacheful
You would have to implement event tracking along with google charts events. Try for example the chart select event : https://developers.google.com/chart/interactive/docs/events?hl=en#the-select-event On which you could manually track an event via google analytics

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

2015-08-11 Thread Moustacheful
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 dac...@digitalmeat.cl javascript: wrote: Hello. Has anyone ever

[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] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
. On Mon, Aug 3, 2015 at 5:21 PM, Moustacheful dac...@digitalmeat.cl javascript: wrote: Hello. I've been working for a while on a project and I noticed something weird. Whenever I have a *single axis chart* (for example for percentages) https://drive.google.com/file/d/0B

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
to the trouble of reproducing it. On Tue, Aug 4, 2015 at 11:59 AM, Moustacheful dac...@digitalmeat.cl javascript: wrote: Sorry, apparently I did not save the last fiddle, here goes: http://jsfiddle.net/c9k2xz1d/1/ On Tuesday, 4 August 2015 12:54:02 UTC-3, Moustacheful wrote: Thanks for your

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
is not so easy to work around after all. The only workaround is to manually set the viewWindow min for your line chart axis to be what you intend. On Tue, Aug 4, 2015 at 2:25 PM, Moustacheful dac...@digitalmeat.cl javascript: wrote: No problem! and thanks again for the quick reply! Then I

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
Sorry, apparently I did not save the last fiddle, here goes: http://jsfiddle.net/c9k2xz1d/1/ On Tuesday, 4 August 2015 12:54:02 UTC-3, Moustacheful wrote: Thanks for your reply. I see about the gridlines. I'll try defining the ticks and see if it works. About the behaviour I'm seeing

[visualization-api] Axis scale changes when adding a new vertical axis

2015-08-03 Thread Moustacheful
Hello. I've been working for a while on a project and I noticed something weird. Whenever I have a *single axis chart* (for example for percentages) https://drive.google.com/file/d/0B-SPOI3uVlh2a3ExOUhfVlB6M1k/view?usp=sharing And then I add a *new axis* into the mix (numeric), the scale of