I have done some research during the weekend and known about jquery. It has some awesome photo transition effect, now I know that I need to download the .js file library on my computer and ref to that library in order to have whatever image effect i want for my gallery. Anyway, google api chart is jquery right? and the fact is that they don't let us download that library to put on local server to use for google chart thing. Although they state that they don't collect data, I don't want to risk my career with it. Do we have any other good option for this Google API chart? the one that we can download the library and use it locally?
On Friday, May 24, 2013 5:47:09 PM UTC-7, asgallant wrote: > > The script tag with "https://www.google.com/jsapi" is grabbing the Google > API loader from Google's servers (this is just a javascript package). When > you call google.load(...), the loader fetches the Visualization API > javascript package from Google's servers. Once that has loaded in the > client's browser, there is no further communication with Google's servers > (well, most of the time - there are a few exceptions to that). All of the > data resides in the client's browser and the charts are built entirely in > javascript. With most charts, the data does not get sent to Google's > servers (see the individual chart pages' "Data Policy" section for details, > here's the > AreaChart<https://developers.google.com/chart/interactive/docs/gallery/areachart#Data_Policy>as > an example). There are some exceptions ( > GeoCharts<https://developers.google.com/chart/interactive/docs/gallery/geochart#Data_Policy>are > one, where the location data - and only the location data - is sent to > Google's Map service for geocoding). > > On Friday, May 24, 2013 6:20:19 PM UTC-4, Minh Huynh wrote: >> >> Ok I dont understand entirely what you said. Here is the situation: when >> I'm done with the chart and save it as a mychart.html file. And in the file >> there is a line: >> >> <script type="text/javascript" src="https://www.google.com/jsapi >> "></script> >> >> which tells me it refer to that google page. >> >> So now I will put this file on a server in the local network, like >> \\data\webchart\mychart.html on our server. Then I send that path to the >> Web IT Dept and tell them to put a link on our inner home page site. So >> they will go to the the code of the homepage and put a html tag link on the >> main menu and ref to that path I sent. Simple like <a >> href="\\data\webchart\mychart.html" target:"_sefl"> New chart</a> >> >> When we call that homepage on browser, it directs us to the log in page, >> and we have to log in with our username and password, so to my >> understanding, that html file probably is protected right? >> But when the page is called up, and I click on the link on the menu to >> the chart page, and it will ref the "https://www.google.com/jsapi" so i >> wonder if data of the chart is sent to that site to generate chart? i mean >> if not then how it does the chart? >> >> >> On Friday, May 24, 2013 2:27:25 PM UTC-7, asgallant wrote: >>> >>> 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.
