Re: [visualization-api] titleTextStyle Property with Dual-Y Column Chart

2017-01-10 Thread Aaron Best
Thanks Daniel for getting back to me. On Tuesday, January 10, 2017 at 10:54:07 AM UTC-6, Daniel LaLiberte wrote: > > I would guess you are using the Material Column Chart, given your 'chart' > option. There are several options not supported for the Material charts. > See

Re: [visualization-api] Table set maximum height

2017-01-10 Thread 'Daniel LaLiberte' via Google Visualization API
Understandable that you want the max-height behavior. I'm not sure how difficult this might be if I take it on as a change to the Table chart, and I am inclined to not touch it for now. You might need some dynamic behavior to make this work, such as catching the 'ready' and getting the size of

Re: [visualization-api] Table set maximum height

2017-01-10 Thread Suzanne Paley
Changing the max-height to height isn't useful to me, because I don't want the enclosing div to be any larger than it needs to be, either. On Tuesday, January 10, 2017 at 11:43:43 AM UTC-8, Daniel LaLiberte wrote: > > There may be limitations regarding use of max-height. I don't have >

Re: [visualization-api] Table set maximum height

2017-01-10 Thread 'Daniel LaLiberte' via Google Visualization API
There may be limitations regarding use of max-height. I don't have confidence regarding that question because I haven't tested it much. But there may be a way to work with what it can do. Here is a variation of your example that appears to work correctly, but I moved your container to a

[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

Re: [visualization-api] Re: Bar chart freezes if click second time on a bar

2017-01-10 Thread Hector diaz valenzuela
Thanks! It work for me! El viernes, 6 de abril de 2012, 6:24:25 (UTC-7), asgallant escribió: > > Ok, I see what you are talking about. The "problem" is that the second > click is "deselecting" the column, so the chart.getSelection() call is > returning an empty array, which is why you are

Re: [visualization-api] titleTextStyle Property with Dual-Y Column Chart

2017-01-10 Thread 'Daniel LaLiberte' via Google Visualization API
I would guess you are using the Material Column Chart, given your 'chart' option. There are several options not supported for the Material charts. See https://github.com/google/google-visualization-issues/issues/2143 I just added titleTextStyle to the list since it was missing. On Tue, Jan 10,

[visualization-api] titleTextStyle Property with Dual-Y Column Chart

2017-01-10 Thread Aaron Best
When using the dual-Y Column Chart I can not add the property 'titleTextStyle' to the options variable. Is there a reason for this or is this a bug? var options = { chart: { title: 'Contract vs Actual Cost', *titleTextStyle: { color: '#000', fontSize: 30, },*