[visualization-api] Re: remove background lines in the bubble chart

2013-03-23 Thread Jay Modha
Ok i got it to work but there is still a long line going through the centre. well there are 2. one is going through y = 0 and the other through x = 0. On Saturday, March 23, 2013 4:39:37 PM UTC, Jay Modha wrote: > > var options = { > title: 'Average position: 'team

[visualization-api] Re: refresh graph automatically

2013-03-23 Thread Jay Modha
al and refresh the data. > > On Saturday, March 23, 2013 7:27:17 AM UTC-4, Jay Modha wrote: >> >> Hi, im new to this, but what is the best way to automatically refresh the >> graph with new data, preferably every second, any way of doing this? help >> will be much a

[visualization-api] Re: remove background lines in the bubble chart

2013-03-23 Thread Jay Modha
rday, March 23, 2013 4:03:18 PM UTC, asgallant wrote: > > Set the hAxis.gridlines.color and vAxis.gridlines.color options to match > the background color of the chart. > > On Saturday, March 23, 2013 7:29:40 AM UTC-4, Jay Modha wrote: >> >> Is there any way to remove all the backgroun

[visualization-api] remove background lines in the bubble chart

2013-03-23 Thread Jay Modha
Is there any way to remove all the background lines in a bubble chart? so it looks like a football pitch? Thanks -- 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

[visualization-api] refresh graph automatically

2013-03-23 Thread Jay Modha
Hi, im new to this, but what is the best way to automatically refresh the graph with new data, preferably every second, any way of doing this? help will be much appreciated -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubsc

[visualization-api] Background of chart

2013-03-21 Thread Jay Modha
can you use a wallpaper for the chart background?? -- 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 google-visualization-api+unsubscr...@googlegroups.

[visualization-api] Bubble chart-reduce the size of the bubbles

2013-03-20 Thread Jay Modha
How can i reduce the size of the bubbles in my bubble chart? Help will be appreciated. Thanks https://www.google.com/jsapi";> google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var dat

[visualization-api] Re: Help with changing color of scatter graph points

2013-03-01 Thread Jay Modha
ayery05;?>, '<b>Defender</b><br > />Player <?php echo $player05;?>', null, null, null, null], > [<?php echo $player1x01;?>, null, null, <?php echo $player1y01;?>, > '<b>Goalkeeper</b><br />player <?php echo $player012;?&

[visualization-api] Re: Help with changing color of scatter graph points

2013-03-01 Thread Jay Modha
null, null], > [ , , > 'DefenderPlayer ', null, null, null, > null, null, null], > [ , , > 'DefenderPlayer ', null, null, null, > null, null, null], > [ , , > 'DefenderPlayer ', null, null, null, > null, null, null], >

[visualization-api] Re: Help with changing color of scatter graph points

2013-03-01 Thread Jay Modha
t;br />player <?php echo $player015;?>', null, null,null], [ <?php echo $player1x05;?>, null, null, null <?php echo $player1y05;?>, '<b>Defender</b><br />player <?php echo $player016;?>', null, null,null], [<?php echo $ballx;?

[visualization-api] Re: Help with changing color of scatter graph points

2013-02-28 Thread Jay Modha
It works :D you're a star mate, Thank you ever so much On Wednesday, February 27, 2013 9:13:39 PM UTC, Jay Modha wrote: > > //The code works perfectly fine and displays a scatter graph,however I > have two sets of data and I would therefore like two different colours, one >

[visualization-api] Re: Help with changing color of scatter graph points

2013-02-28 Thread Jay Modha
er 2 tooltip</b><br /><?php echo $player1y04;?>'], [ <?php echo $player1x05;?>, null, null, <?php echo $player1y05;?>, '<b>Player 2 tooltip</b><br /><?php echo $player1y05;?>'] [null, null, <?php echo $ballx;?>, <?php ech

[visualization-api] Re: Help with changing color of scatter graph points

2013-02-28 Thread Jay Modha
> [ , , null], > [ , null, ], > [ , null, ], > [ , null, ], > [ , null, ], > [ , null, ] > ]); > > On Wednesday, February 27, 2013 4:13:39 PM UTC-5, Jay Modha wrote: >> >> //The code works perfectly fine and displays a scatter graph,however I &

[visualization-api] Re: scatter chart point names

2013-02-28 Thread Jay Modha
t of each data series in the chart, which > contains a string to use as the tooltip. You can design fully-custom, > HTML-based tooltips which contain any content you want to replace the > default tooltips. > > On Thursday, February 28, 2013 9:53:04 AM UTC-5, Jay Modha wrote: &g

[visualization-api] Re: scatter chart point names

2013-02-28 Thread Jay Modha
27;], > > "Series 1" and ":Series 2" would be player 1 and player 2, respectively. > > On Thursday, February 28, 2013 6:24:03 AM UTC-5, Jay Modha wrote: >> >> //code is working fine however when i hover over a point I would like >> each one to have

[visualization-api] refresh graph with new plots

2013-02-28 Thread Jay Modha
//How do you get this graph to refresh every second with new plots automatically? what code do i need to add? https://www.google.com/jsapi";> google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() {

[visualization-api] scatter chart point names

2013-02-28 Thread Jay Modha
//code is working fine however when i hover over a point I would like each one to have a different label for example, player 1, player 2, player 3. How do i do this? help will be much appreciated https://www.google.com/jsapi";> google.load("visualization", "1", {packages:["c

[visualization-api] Re: Hey people. Need help. Will be much appreciated.

2013-02-27 Thread Jay Modha
Thank you so much mate..works perfectly :D On Tuesday, February 26, 2013 5:20:36 PM UTC, Jay Modha wrote: > > //I have copied and pasted this simple example which google have provided > to change values in a graph - smooth transition, however I get a blank > screen on my website. A

[visualization-api] Help with changing color of scatter graph points

2013-02-27 Thread Jay Modha
//The code works perfectly fine and displays a scatter graph,however I have two sets of data and I would therefore like two different colours, one for each set. the first set begins with $playerx01 and the 2nd set begins with $player1x01. Help would be much appreciated. https://www.googl

[visualization-api] Hey people. Need help. Will be much appreciated.

2013-02-26 Thread Jay Modha
//I have copied and pasted this simple example which google have provided to change values in a graph - smooth transition, however I get a blank screen on my website. Any ideas why? Help will be much appreciated. Thanks in advance https://www.google.com/jsapi";> google.l