When using the interactive charts, the Google servers never see the data, 
as it is handled entirely in the client's browser.  The Terms of 
Service<https://developers.google.com/chart/terms>specifically prohibit locally 
hosting the API, so you have to source it 
from Google's servers.  You can use the API from https without issues for 
the most part (as I understand it, the GeoCharts might have an issue with 
some maps when viewed from https, but all other charts should be fine), 
just use https in the url if the API script tag (or use a protocol-less url 
if your charts are viewable from both http and https).

On Friday, May 24, 2013 4:56:15 PM UTC-4, Minh Huynh wrote:
>
> Thanks. IF i don't want to send the data to google to process, or although 
> they claim they don't keep anything or the data is render at Browser level, 
> the link to google site to get the API still itches me. Don't like that. Is 
> there a way to download it to place on locally sever? Plus, if i put the 
> web with the chart on our server, it's gonna be https, and i heard that 
> google chart won't work pretty with the "s" in http or so. 
>
> On Thursday, May 16, 2013 8:29:17 PM UTC-7, asgallant wrote:
>>
>> The option is textStyle.fontSize (or titleTextStyle.fontSize if you want 
>> to change the title's font size):
>>
>> vAxes: {
>>     // options for left vAxis
>>     0: {
>>         title: 'Number of Jobs',
>>         textStyle: {
>>             fontSize: 20
>>         }
>>     },
>>     // options for right vAxis
>>     1: {
>>         title: 'Percent',
>>         format: '#%',
>>         textStyle: {
>>             fontSize: 20
>>         }
>>     }
>> }
>>
>> On Thursday, May 16, 2013 6:24:34 PM UTC-4, Minh Huynh wrote:
>>>
>>> Uhmmm, could u tell me why I tried to format the font size of the left 
>>> and right Axes and it didn't work?
>>>
>>>             vAxes: {
>>>                 // options for left vAxis
>>>                 0: {
>>>                     title: 'Number of Jobs',
>>>                     fontSize: 20
>>>                     
>>>                     
>>>                     },
>>>                 // options for right vAxis
>>>                 1: {
>>>                     title: 'Percent',
>>>                     format: '#%',
>>>                     fontSize: 20
>>>                     }
>>>
>>>
>>>
>>> On Friday, May 10, 2013 9:15:53 PM UTC-7, asgallant wrote:
>>>>
>>>> The API has a tool called 
>>>> ChartEditor<https://developers.google.com/chart/interactive/docs/reference#google_visualization_charteditor>that
>>>>  gives you a GUI interface for making changes to charts, but it's not 
>>>> perfect, and it doesn't support the full feature list that the base charts 
>>>> can use.
>>>>
>>>> On Friday, May 10, 2013 8:06:10 PM UTC-4, Minh Huynh wrote:
>>>>>
>>>>> That's what I thought too. Is there a visual tool that can help 
>>>>> creating/formatting these type of charts easier? I mean not everyone who 
>>>>> create chart know about programming. In Excel when I have a table of 
>>>>> data, 
>>>>> I just choose it and Insert Chart then boom boom boom there are multiple 
>>>>> choices to choose from, format it, change it, etc...I'm not expecting 
>>>>> some 
>>>>> tool that do these web-chart come close to Excel but would be nice if 
>>>>> there 
>>>>> is a GUI tool that helps doing it easier.
>>>>> I can use Excel to Save As html file but the chart then becomes an 
>>>>> dead image on an html file. I kind of like the way google chart respond 
>>>>> when I hover my mouse over it.
>>>>>  
>>>>>
>>>>> On Friday, April 12, 2013 9:24:36 AM UTC-7, Minh Huynh wrote:
>>>>>>
>>>>>> Hello everyone. First off I'm sorry I cannot post the sample of the 
>>>>>> chart that I need your help on creating.
>>>>>>
>>>>>> Every month I update this chart. It's a bar chart showing total 
>>>>>> number of hours that my group of 25 people work on a certain a mount of 
>>>>>> project in a month. Looking at a particularly column (each col is each 
>>>>>> month) chart, we can see how many hours the group spent on ea project. 
>>>>>> We 
>>>>>> have about 7 projects that my group is working on. 
>>>>>>
>>>>>> So when I came to the group I only update the chart (in Excel by the 
>>>>>> way), what I do is just add in another Excel column then click on the 
>>>>>> chart 
>>>>>> and drag the hightlight grid over this month so the chart changes to 
>>>>>> this 
>>>>>> month. Problem is this month the chart broke, for some reason it just 
>>>>>> broke 
>>>>>> and we decide to re-create the chart not in Excel no more but on webpage.
>>>>>>
>>>>>> I'm fascinated by google chart, especially the interactive thing when 
>>>>>> I move my mouse onto the chart and it shows the number.
>>>>>>
>>>>>> I played with Google chart for a while but i can only created simple 
>>>>>> chart like pie, or bar. 
>>>>>>
>>>>>> I would greatly appreciate if anyone can create a sample type of this 
>>>>>> complicated chart.
>>>>>> Thank you
>>>>>>
>>>>>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to