[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

[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

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.

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

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

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] 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

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

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,

[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] Semi circle donut chart

2016-10-17 Thread Pushpa Latha
Thanks . it helped me. On Monday, September 19, 2016 at 7:11:45 PM UTC+5:30, István Reszler-Fekete wrote: > > to reproduce a semi circle donut chart: http://jsfiddle.net/uobyf1yw/ > > On Tuesday, April 22, 2014 at 9:35:01 AM UTC+3, Raúl Pampliega Matorral u > wrote: >> >> Thanks!! i'll play