[visualization-api] Re: Stacked Bar Chart Gaps between adjacent bars

2015-01-14 Thread Steven W
It is a little hacky, but I was able to work around this by setting the stroke-width to 1 for each bar in the stack and then setting the stroke-color as the same color as the bar. This added border filled in the gaps for me. Hope that helps. On Monday, September 8, 2014 at 6:36:21 PM UTC-7,

Re: [visualization-api] word tree is not workin in IE9 and below

2015-01-14 Thread 'Jon Orwant' via Google Visualization API
There is no way to do that, sorry. IE8 doesn't support SVG, so it's severely limited in what it can display. That's why Google doesn't support it. Jon On Sun, Jan 11, 2015 at 1:46 PM, Vishal Kamble vishalkamble8...@gmail.com wrote: ok Thank You Jon. But if i want to display chart in ie8 and

[visualization-api] Best way to dataview

2015-01-14 Thread Alex Freeman
Hello! I am very new to google visualization, and fairly inexperienced in PHP/JS. That said, I'm trying to create a view that will manage a lot of data, but data that has a string as col 0, so can be sorted on col 0. What I want are handlers that will add or remove data from the view based

[visualization-api] gauge refresh rate

2015-01-14 Thread Greg Fiske
Hi - How can I created a better/quicker refresh rate for these gauge visualizations? https://d11b1c3cbe415610eab9962c7ecbda4853e48223.googledrive.com/host/0Bz5_4a6W2d6JMm1GbnFpeHdQVms/Home_Energy/dials.html They're populated by this spreadsheet

Re: [visualization-api] gauge refresh rate

2015-01-14 Thread 'Sergey Grabkovsky' via Google Visualization API
You can do this by changing the refreshInterval parameter to something lower. It's currently at 5, which means that your gauges update every 5 seconds. However, it seems that this issue is on the spreadsheets side. Perhaps you should try creating a new Sheet, and if that doesn't work, then let me

[visualization-api] Re: how to display multiple column charts in a single chart

2015-01-14 Thread Prabha Baby
*Thanks* Sergey, I wanted to display chart like this.But the actual requirement is to display the chart while checking the applications listed out in a pop up. Can you suggest a way to implement this. By Prabha On Wednesday, 14 January 2015 15:23:56 UTC+5:30, Prabha Baby wrote: Hi, I

Re: [visualization-api] how to display multiple column charts in a single chart

2015-01-14 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, I'm not sure I understand your question. It seems like you want a pretty standard column chart. Something like this? http://jsfiddle.net/aSRUx/376/ On Wed Jan 14 2015 at 4:53:59 AM Prabha Baby prabhabab...@gmail.com wrote: Hi, I wanted to use google interactive column chart in my

Re: [visualization-api] gauge refresh rate

2015-01-14 Thread Greg Fiske
Thanks for the response. I've created a new spreadsheet https://docs.google.com/spreadsheet/ccc?key=0Aj5_4a6W2d6JdGxxVEZsWE9FYWtKMmNRR0FTWDQtTXc#gid=0, the values are updated successfully every 10-20 seconds. And I've experimented with the 'refreshInterval' on a new page

Re: [visualization-api] gauge refresh rate

2015-01-14 Thread 'Sergey Grabkovsky' via Google Visualization API
Hmm. That's not really what I meant, but I'm surprised that this wasn't automatically done for you. Here's what I was referring to when I said new Sheet: https://support.google.com/docs/answer/3541068?p=help_new_sheetsrd=1 It is likely that this is a bug, I just wanted to verify that it occurs in

Re: [visualization-api] Re: Chart range filter - Custom toolol tip and X-axis ticks

2015-01-14 Thread 'Daniel LaLiberte' via Google Visualization API
Since your hAxis is date or datetime, I hope your hAxisAry is an array of dates. There is an extra comma before one of your curly brackets that might be a problem for some browsers. Since your title option is at least making a difference, I would guess you are providing the ui.chartOptions in

[visualization-api] how to display multiple column charts in a single chart

2015-01-14 Thread Prabha Baby
Hi, I wanted to use google interactive column chart in my project.I wanted to know whether it is possible to include multiple column charts in one chart.I wanted to create a chart whose sample is below.Can anybody suggest a way how to implement it or whether it possible to implement a column