Re: Simple TEX operator question in Chart API

2010-03-03 Thread KeithB
Took me a while, but %2B works: http://chart.apis.google.com/chart?cht=txchl=a^2%2Bb^2=c^2 http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes Cheers, Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this

how to plot line with missing data as gaps - not zeroes ?

2010-03-03 Thread redsox2005
I have 100 data points that I need chart. However, I do not want to use zero for missing values. I want gaps to appear in the line instead. How do I do this? -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email

using the charts with Google Analytics

2010-03-03 Thread Amer
Hello ! Is it possible to feed Google Analytics Data feeds into these charts ? (The Analytics data feed that we use with the GA API library) -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: how to plot line with missing data as gaps - not zeroes ?

2010-03-03 Thread ncalarco
I have a chart that will draw a line with gaps, i use a -1 in the data string, and set my chart limit from 0 - 100, therefore, -1 values will not appear. Here is an example, hopefully this is what yo're looking for: http://tinyurl.com/yjwxkmv On Mar 3, 1:23 am, redsox2005 mganley2...@gmail.com