[visualization-api] column chart cross x-axis issue

2015-10-26 Thread Jin Xie
Hi, I'm experiencing problem with column chart cross x-axis line, as shown in the attached image it is always like this for some certain dataset. I've compared these different dataset, and found no obvious problem with them. Any one know what may has cause this problem -- You received this

Re: [visualization-api] What if google decides to bring down google charts in future

2015-10-26 Thread 'Jon Orwant' via Google Visualization API
If we were to bring down Google Charts -- and to be clear, there are absolutely no plans to do so -- we would likely make our new frozen versions available for free download, so as not to strand users. Jon On Wed, Sep 9, 2015 at 6:14 AM, Vishal Joshi wrote: > Dears, > >

Re: [visualization-api] Re: Customizing Tooltips

2015-10-26 Thread 'Sergey Grabkovsky' via Google Visualization API
Oh! I think I understand. You're talking about the whitespace at the top and the bottom of the chart. The CoreCharts use a different layout philosophy than the Material charts. The Material charts will compute the layout outside in, whereas the CoreCharts will compute the position of the chart

Re: [visualization-api] Re: Google Charts V43 Release Candidate will be pushed: Monday, Oct 5, 2015

2015-10-26 Thread 'Daniel LaLiberte' via Google Visualization API
Vamshik, We were never successful in deploying v43 by the usual process, such that loading with google.load('visualization', 1, ...) would work. But loading v43 via the frozen version loader is working. (see

Re: [visualization-api] Odd space forming on top of Classic column Chart

2015-10-26 Thread 'Daniel LaLiberte' via Google Visualization API
The class charts don't support the subtitle option, so that's why it doesn't show up. On Mon, Oct 26, 2015 at 10:32 AM, Chris wrote: > Thanks... > this is what happens though --> > http://plnkr.co/edit/GTg6MfMephB8lR3Kp66S?p=preview > > Is there a way to keep the subtitle

Re: [visualization-api] Re: Customizing Tooltips

2015-10-26 Thread 'Sergey Grabkovsky' via Google Visualization API
I'm not sure what you mean, Chris, that chart looks properly rendered to me. Exactly which space do you consider extra? On Fri, Oct 23, 2015 at 6:21 PM Chris wrote: > Thank you, it worked with your solution but the code is creating a > huge amount of space upon the chart

Re: [visualization-api] Odd space forming on top of Classic column Chart

2015-10-26 Thread Chris
Thanks... this is what happens though --> http://plnkr.co/edit/GTg6MfMephB8lR3Kp66S?p=preview Is there a way to keep the subtitle (With the classic chart it disappears) and at the same time keep some spacing between it and the chart? On Monday, October 26, 2015 at 2:02:10 AM UTC+1, Daniel

Re: [visualization-api] Re: Customizing Tooltips

2015-10-26 Thread Chris
Sorry, copied the wrong Plucker. This is what I meant -> http://plnkr.co/edit/HrgnF2QTCbQzTWeKtu5A?p=preview Here https://groups.google.com/forum/#!topic/google-visualization-api/mB_-ey_0268 they suggested to use

Re: [visualization-api] column chart cross x-axis issue

2015-10-26 Thread Jin Xie
thank you Daniel, `baseline: 0` fixes my problem :) On Monday, 26 October 2015 12:10:57 UTC, Daniel LaLiberte wrote: > > This appears to be due to two issues: the 0 value on the vertical axis is > not shown, and the chart area is not being clipped properly. You can force > the 0 value to be

[visualization-api] Re: Google Charts V43 Release Candidate will be pushed: Monday, Oct 5, 2015

2015-10-26 Thread Vamshik
Hi Daniel, Are you planning to deploy newer version today as planned? On Friday, October 2, 2015 at 2:34:07 PM UTC-4, Daniel LaLiberte wrote: > > My mistake. For the anticipated production release date, I meant to say > Monday, Oct 26. > > On Fri, Oct 2, 2015 at 2:28 PM, Daniel

Re: [visualization-api] column chart cross x-axis issue

2015-10-26 Thread 'Daniel LaLiberte' via Google Visualization API
This appears to be due to two issues: the 0 value on the vertical axis is not shown, and the chart area is not being clipped properly. You can force the 0 value to be included by adding a baseline option: vAxis: { baseline: 0 }, or by adding vAxis: { viewWindow: { min: 0 } }. This is probably

[visualization-api] Synchronising a motion chart with music

2015-10-26 Thread Dorien Herremans
Hi, I want to sync a motion chart with the playback of an mp3 file. It doesn't seem supported at this point, but it would be a very useful feature for me (I'm a researcher visualising music). One brute solution would be to autoplay the motionchart together with the music (although pausing

[visualization-api] How to use 2 charts in one page? (Bug in new Material Charts?)

2015-10-26 Thread Matthias Meyer
Hello, a second chart as material chart is not visible: https://jsfiddle.net/vhbvgg0h/ -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [visualization-api] How to use 2 charts in one page? (Bug in new Material Charts?)

2015-10-26 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Matthias, This is a known issue with our current /jsapi release. We have been having issues actually pushing the update, so I'm not sure when that will succeed. In the meantime, you can use version 43 via our frozen versions