[visualization-api] Issue with google chart annotation

2016-10-17 Thread Ricky Costa
Hello, I am working on some google charts. In one of those charts i am using a Bar Chart. I have negative and positive values, so i have bars to the right (positive) and bars to the left (negative), but i am having the ticks with negative values for the left bars. So i decided turn my positive

Re: [visualization-api] Re: How to changes size of google charts..? i wnat to display 4 charts in 4 column.?

2016-10-17 Thread 'Daniel LaLiberte' via Google Visualization API
I would recommend putting the four charts in a table layout, one chart per cell. You could possibly just change the style.display property of the container elements to 'table-cell', but it might be safer to wrap the container elements with another element, which might as well be a TD. On Sat, Oct

Re: [visualization-api] Re: issue with google piechart on some sites

2016-10-17 Thread 'Daniel LaLiberte' via Google Visualization API
Your code appears to be working fine for me: https://jsfiddle.net/dlaliberte/459jx0jc/ I am using Chrome on Linux for this. Is there a platform where it fails for you? The error "a is not a function" indicates there is a bug in our code, possibly, and if so, I'd like to know what caused it, but i

Re: [visualization-api] Issue with google chart annotation

2016-10-17 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Ricky, It appears the annotation for the top bar is dropped down, erroneously, perhaps because the code thinks it is too close to the top. Maybe arrange that there is more space on the top by using a vAxis.viewWindow.max of, say, 8000. On Mon, Oct 17, 2016 at 7:50 AM, Ricky Costa wrote: > H

Re: [visualization-api] Annotation Chart - Change Rows When Date Range Is Changed

2016-10-17 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Felix, The way to implement this is by detecting the range change event. Then you could redraw the chart with your corresponding data set. I'm not sure how well this will work, however. You might need to redraw in a timeout, to avoid conflicts. I am curious to see what happens if you try th

Re: [visualization-api] Paging buttons are not working in "google.visualization.Table()"

2016-10-17 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Vadim, If you are still having this problem with the page buttons, can you point us at a page so we can see it happen? I can imagine there could be an off-by-one error, such as your case, when the number of rows is one more than the page size. On Tue, Oct 11, 2016 at 1:38 PM, Vadim Podlevsky

Re: [visualization-api] Re: issue with google piechart on some sites

2016-10-17 Thread coRpSE
Okay, I rewrote my test script and put it on one of the sites where its broken. This time I wrote it so its stand alone and connected to their DB, but not using any of the functions/files of the CMS or anything of their templet and it works. So there, now I have to find to commonality of both o

Re: [visualization-api] Re: issue with google piechart on some sites

2016-10-17 Thread coRpSE
Okay, I rewrote my test script and put it on one of the sites where its broken. This time I wrote it so its stand alone and connected to their DB, but not using any of the functions/files of the CMS or anything of their templet and it works. So there, now I have to find to commonality of both o

Re: [visualization-api] intervals on columnCharts prevent tooltips from working

2016-10-17 Thread 'Daniel LaLiberte' via Google Visualization API
Thanks Suzanne, Looks like a bug, but I don't know how difficult it will be to fix. On Wed, Oct 5, 2016 at 7:30 PM, Suzanne Paley wrote: > If I add intervals to a columnChart, no tooltip will come up when I hover > over any part of the graph covered by an interval. This seems to be true > rega

[visualization-api] Is it possible to customize the tooltip when focusTarget=category ?

2016-10-17 Thread Suzanne Paley
I'm using ColumnCharts. When focusTarget is set to category, the ensuing tooltip lists the x-axis text and then the tooltip values for each individual bar. Is it possible to customize this text to omit the individual bar tooltip strings and just supply a string that is the tooltip for the ent

[visualization-api] Feature request: tooltips for axis values

2016-10-17 Thread Suzanne Paley
I have a column chart with a discrete hAxis. My hAxis category labels are abbreviated forms of a longer string, which I would like to show in a tooltip, but there doesn't seem to be any way to accomplish that. I wouldn't even mind rolling my own tooltips, but it seems that no mouseover event