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

2016-10-05 Thread Suzanne Paley
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 regardless of whether the focusTarget is datum or category. I modified one of the example fiddles to demonstrate: https://jsfiddle.net/mxyecav6/1

[visualization-api] category tooltips and selection show wrong category when column chart is scrolled

2016-10-27 Thread Suzanne Paley
This is a bug report (btw, am I better off reporting this here in the forum, or on the github site, or does it not make a difference?). I have a column chart inside a div with overflow:auto. Thus, when the specified width exceeds the width of the div, the chart is scrollable. So far so

[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

[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

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

2016-11-01 Thread Suzanne Paley
: > > 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 <suzann...@gmail.com > > wrote: > >> If I add intervals to a columnChart, no tooltip will come up when I hover &

Re: [visualization-api] Table set maximum height

2017-01-10 Thread Suzanne Paley
Then the table_div > just has height:100%. https://jsfiddle.net/dlaliberte/Lw5h7c2y/ > > It even shrinks if you have fewer rows than needed to fill the height. > > On Tue, Jan 10, 2017 at 2:28 PM, Suzanne Paley <suzann...@gmail.com > > wrote: > >> I know

[visualization-api] Table set maximum height

2017-01-10 Thread Suzanne Paley
I know the Table visualization takes parameters for height and width, but what I really want is a parameter for max-height. I've tried not supplying a height parameter and just constraining the height of the enclosing div, but then if the table exceeds the div dimensions in both directions, I

[visualization-api] calculated sort column?

2017-01-03 Thread Suzanne Paley
I have an underlying DataTable with discrete x-axis categories and multiple series. I'm using DataViews on top of that to generate column charts, so that users can select which series to display (including calculated series that may aggregate multiple source series in various ways). I want to

Re: [visualization-api] calculated sort column?

2017-01-04 Thread Suzanne Paley
pect: > https://jsfiddle.net/dlaliberte/fbkwmjjL/ > > Perhaps you have found a bug, but if so, we would need to see the details > of what you are doing. > > On Tue, Jan 3, 2017 at 7:58 PM, Suzanne Paley <suzann...@gmail.com > > wrote: > >> I have an u

Re: [visualization-api] calculated sort column?

2017-01-04 Thread Suzanne Paley
a role to 'ignore' a column, though I can see that might be > useful. > > On Wed, Jan 4, 2017 at 12:10 PM, Suzanne Paley <suzann...@gmail.com > > wrote: > >> Hi Daniel, >> >> If I don't want the calculated sort column to appear in my graph, what >> can

[visualization-api] display glitch in column chart on chrome when very large number of intervals

2017-03-09 Thread Suzanne Paley
If a column chart has a very large number of intervals, I'm seeing a display glitch using Chrome (v.56.0.2924.87) on my Mac (OSX v.10.11.6). I don't see the same issue using Firefox on my Mac, nor using Chrome on Linux. Using the example at https://jsfiddle.net/nq9sngp0/2/, I've attached the

Re: [visualization-api] display glitch in column chart on chrome when very large number of intervals

2017-03-09 Thread Suzanne Paley
an't imagine you would need to upgrade your mac os. Could it be a caching > issue? Restart your browser maybe? > > On Fri, Mar 10, 2017 at 12:02 AM, Suzanne Paley <suzanne.pa...@gmail.com> > wrote: > >> If a column chart has a very large number of intervals, I'm see