Re: [visualization-api] Re: prevent negative axis

2014-05-17 Thread Neil Camara
If you look at the one of the codes that I posted earlier, I have a setting of height: 400 On Friday, May 16, 2014 5:55:10 PM UTC-5, Andrew Gallant wrote: I suspect the reason the height was changing is because you never defined the height of the chart. Try setting either the height option

[visualization-api] How to assign chart formatting options to a dashboard with CategoryFilter?

2014-05-17 Thread Beat Buehlmann
Hi there, I want to create a chart with intervals and a category filter. I started without the category filter and was able to assign the format options with draw(view, options_boxes_background). I tried then to add a category filter by including the ControlWrapper and ChartWrapper and

Re: [visualization-api] Re: prevent negative axis

2014-05-17 Thread Andrew Gallant
Well then I'm stumped. I don't see any reason why two otherwise identical charts would draw with different size chart areas if the only difference is the range of the data. I haven't been able to replicate that effect with any other chart. What do you do with chart1.data? Do you pass that

[visualization-api] Re: How to assign chart formatting options to a dashboard with CategoryFilter?

2014-05-17 Thread Andrew Gallant
Set the options on the chart, not the Dashboard: var chart = new google.visualization.ChartWrapper({ containerId: 'chart_div', chartType: 'LineChart', options: { title:'Background boxes', curveType:'function', lineWidth: 0, series: [{'color':

Re: [visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-17 Thread gustin . kiffney
Only seen the issue on AnnotatedTimeLine - other charts I've tried have been OK. On Friday, May 16, 2014 1:22:16 PM UTC-4, Sergey wrote: I think you mean the Trend/Time Line chart, which is the AnnotatedTimeLine chart. Have you seen this issue with any of the other charts? On Fri May 16

Re: [visualization-api] Re: Is it not possible to animate a pie chart?

2014-05-17 Thread 'Jon Orwant' via Google Visualization API
The engineer who'll be doing it is on vacation this coming week. Once he returns we'll figure out how easy this'll be to add and I'll let you know. Jon On Fri, May 16, 2014 at 12:57 PM, Mickey Kay mickeys...@gmail.com wrote: Any thoughts on the timeframe? I realize this is tough to estimate,