Re: [visualization-api] Index data points on zoom

2015-03-19 Thread mhjp
Yes, the pretty much it. Thanks, will definitely post the feature request. m On Thursday, March 19, 2015 at 2:16:32 PM UTC-4, Daniel LaLiberte wrote: So you are looking at something like this: https://www.google.com/finance?q=indexdjx:.dji,indexsp:.inx,indexnasdaq:.ixic What I see is that

Re: [visualization-api] Background Color on Annotation Charts

2015-03-19 Thread mhjp
Perfect, thanks! On Thursday, March 19, 2015 at 2:22:44 PM UTC-4, Daniel LaLiberte wrote: Oops, I copied that wrong. Should be this: var options = { chart: { backgroundColor: 'white', // for the area outside the chartArea chartArea: { backgroundColor: '#F0F0F0' }

[visualization-api] Changing the color of Motion Chart

2015-03-19 Thread Josh
Hello, I am new to the Google Charts platform and need a little help from someone who is more experienced. I have a motion chart configured as a Bubble Chart. I have data represented on the X and Y axis' as well as in the Size of the Bubble and Color of the line My question is around the

Re: [visualization-api] Index data points on zoom

2015-03-19 Thread 'Daniel LaLiberte' via Google Visualization API
So you are looking at something like this: https://www.google.com/finance?q=indexdjx:.dji,indexsp:.inx,indexnasdaq:.ixic What I see is that whenever there is more than one stock, it switches to show percentage values on the vertical axis instead, and the chart always shows all stocks starting from

Re: [visualization-api] Background Color on Annotation Charts

2015-03-19 Thread 'Daniel LaLiberte' via Google Visualization API
Oops, I copied that wrong. Should be this: var options = { chart: { backgroundColor: 'white', // for the area outside the chartArea chartArea: { backgroundColor: '#F0F0F0' } } } On Thu, Mar 19, 2015 at 2:21 PM, Daniel LaLiberte dlalibe...@google.com wrote: You'll want to

Re: [visualization-api] Background Color on Annotation Charts

2015-03-19 Thread 'Daniel LaLiberte' via Google Visualization API
You'll want to use the undocumented 'chart' option, to specify options that apply to the chart component of the AnnotationChart. And within the 'chart' option, there you can provide the 'chartArea' option. var options = { backgroundColor: 'white', // for the area outside the chartArea

[visualization-api] Google charts going out of Business

2015-03-19 Thread Taylor Tollison
I heard a rumor that this service is going out of business. I heard that google is going to shut it down. Is this true? -- 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

Re: [visualization-api] Google charts going out of Business

2015-03-19 Thread 'Jon Orwant' via Google Visualization API
It is not true. I'd love to know where you heard this rumor so I can correct it at the source. Jon On Thu, Mar 19, 2015 at 10:30 AM, Taylor Tollison taylorltolli...@gmail.com wrote: I heard a rumor that this service is going out of business. I heard that google is going to shut it down. Is

[visualization-api] Background Color on Annotation Charts

2015-03-19 Thread mhjp
I cannot figure out how to change the background color on Annotation charts. Have tried: chartArea: {backgroundColor: {fill: '#F0F0F0'}} chartArea: {backgroundColor:'#F0F0F0'} Neither works. Thanks, Mike -- You received this message because you are subscribed to the Google Groups Google

Re: [visualization-api] Index data points on zoom

2015-03-19 Thread mhjp
I'm want to emulate the compare capability in the annotation charts in Google Finance. When comparing two stocks, you need them to start from the same basis point. Google Finance very nicely re-bases the data when you zoom on a shorter time period. Is there any built in functionality to easily