[visualization-api] hover effect can leave a "chunk" out of area charts

2010-06-21 Thread SVBridget
When you hover on a point on an area chart (in the new corecharts), and then move the mouse off the point, the hover box sometimes leaves a white "chunk" out of the area shadow. When you move the mouse off the point, the chart should go back to having the shadow color under the entire line, withou

[visualization-api] Re: "annotated time line" overlaps other elements on the page

2010-06-21 Thread Konstantin
Yep, that works. Thank you! On Jun 17, 2:54 am, MC Get Vizzy wrote: > try setting wmode to 'opaque' or 'transparent', as in: > > atl.draw(data, {wmode: 'opaque'}); > > let me know if that helps. > > MC Get Vizzy > > On Tue, Jun 15, 2010 at 10:33 PM, Konstantin wrote: > > > > > Hello All, > > > I

Re: [visualization-api] How do I remove canvas margin around Google charts?

2010-06-21 Thread Badtnik
Well, you're right, until a future feature will be released (still work in progress), there is always a margin between the chart and the element boundries. My solution would only help in cases where you're o.k. with those margins. B On Mon, Jun 21, 2010 at 7:36 PM, Taylor Bayouth wrote: > I j

[visualization-api] anotated timeline: how to set the minimum range

2010-06-21 Thread Student
Its not working for this chart.draw(data, {displayAnnotation: true,min:'1'}); Is that the correct way to set the min property in the Y scale ? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to googl

Re: [visualization-api] How do I remove canvas margin around Google charts?

2010-06-21 Thread Taylor Bayouth
I just want to make sure we're talking about the same thing. That code seems to resize the chart but it does not get rid of the white margin. The chart is always around 30 pixels away from the boundary of the element. I tried using CSS clip in hopes I could shave off the edges like you would an ima

Re: [visualization-api] How to set the minimum y-axis value of an Area Chart

2010-06-21 Thread Aneez Backer
That helped. Thanks On Mon, Jun 21, 2010 at 9:58 PM, Viz Kid wrote: > > Hi. > > You need to specify some maxValue for the vAxis and this way the vertical > axis would be in the range 0 up to about the max value you asked for. > Look at the vAxis options in the area chart documentation: > http://

Re: [visualization-api] How to set the minimum y-axis value of an Area Chart

2010-06-21 Thread Viz Kid
Hi. You need to specify some maxValue for the vAxis and this way the vertical axis would be in the range 0 up to about the max value you asked for. Look at the vAxis options in the area chart documentation: http://code.google.com/apis/visualization/documentation/gallery/areachart.html#Configuratio

[visualization-api] Re: displaying loading message, while data is being fetched

2010-06-21 Thread Student
Hi Bharat, Can you describe how you call the chart page while you are rendering ? On Jun 21, 6:24 am, arya wrote: > Hi All, > > Is it possible to display some message like 'Loading data...' to the > user, while data is fetched from backed ? > I am using line chart and it takes sometime before my

Re: [visualization-api] Re: Interactive Compound Charts

2010-06-21 Thread Badtnik
Hopefully in the next release, but its all subject to change Badtnik On Mon, Jun 21, 2010 at 1:52 PM, dag wrote: > Ok, Thanks, > and what is the planning of dates, please? > > Dani > > > > On 15 jun, 16:48, Badtnik wrote: > > Great question, that feature is actually being worked on and will b

[visualization-api] displaying loading message, while data is being fetched

2010-06-21 Thread arya
Hi All, Is it possible to display some message like 'Loading data...' to the user, while data is fetched from backed ? I am using line chart and it takes sometime before my chart starts rendering, during this time I want to show some message to the user. Thanks, Bharat -- You received this mes

[visualization-api] facing problem with line chart when there is a huge difference between values of data

2010-06-21 Thread arya
Hi All, I am using interactive line chart, I am drawing chart for investment and expense, investment is in million while expense is in thousands, so the problem is investment graph is visible clearly while expense chart is not. Does chart API gives any option, so that it can identify these huge d

[visualization-api] How to set the minimum y-axis value of an Area Chart

2010-06-21 Thread aneez_backer
I want to draw an area chart, with all y-axis values as 0. example: data.addColumn('string', 'Year'); data.addColumn('number', 'Sales'); data.addRows([ ['2004', 0], ['2005', 0], ['2006', 0], ['2007', 0] ]); When the graph is drawn, the minimum valu

[visualization-api] Re: Interactive Compound Charts

2010-06-21 Thread dag
Ok, Thanks, and what is the planning of dates, please? Dani On 15 jun, 16:48, Badtnik wrote: > Great question, that feature is actually being worked on and will be > available once its perfected >   Badtnik > > > > On Tue, Jun 15, 2010 at 5:19 PM, dag wrote: > > Hello, > > I wonder if interac

Re: [visualization-api] Geomap Markers stopped working

2010-06-21 Thread Viz Kid
Hi. Thank you for the email. We are aware of the problem (which is relevant only to a small subset of the regions) and are working to solve it. You can keep track of it in the issue tracker: http://code.google.com/p/google-visualization-api-issues/issues/detail?id=318