Thank You orw... I solve the problem. 

Was an bad script called. 

<script type="text/javascript" src="jsapi"></script>
    <script type="text/javascript" src="jquery.min.js"></script>
    <script type="text/javascript">

I have this in my localhost and capture the jsapi without problem.

And now in my server the file appears like jsapi.js And I need to change 
the code like this

<script type="text/javascript" src="jsapi.js"></script>
    <script type="text/javascript" src="jquery.min.js"></script>
    <script type="text/javascript">

I supposed the server could read the library without being punctual with 
the .js extension


El jueves, 7 de septiembre de 2017, 14:04:35 (UTC-6), [email protected] 
escribió:
>
> You don't need to pay for Google Charts. They're free for everyone.
>
> Whatever is executing the JavaScript needs to be able to load the 
> libraries from Google's servers over the Internet. I'm not clear on your 
> architecture, but I suspect that's the problem.
>
> Jon
>
> On Thu, Sep 7, 2017 at 3:53 PM, Chris Ortiz <[email protected] 
> <javascript:>> wrote:
>
>> Hi everybody. I need to know if Can I Use my google charts in my web 
>> hosting? 
>> For example I did some pie charts and column charts in my local web page 
>> (wampserver) and works perfect. I use PHPMyAdmin(MySQL), for access to my 
>> database. 
>> Now I migrate my project from local to the server with filezilla and with 
>> Toad for MYSQL, the database is ok the migrations works. But now when I 
>> acces to my page web in the server I can't see the charts T.T
>> Maybe I need to pay to google for use their api in my web page. Or I 
>> don't know. I change all the variables possibles for connections in the php 
>> files. In fact the Queries that I send to my database works perfect with 
>> Toad. 
>> Can someone tell me if I need to use another charts because Google can't 
>> give me for my webpage in the cloud server. 
>> I'm lost. I'm new to managing servers and those kind of things.
>> Thank U
>>
>> -- 
>> 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] 
>> <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at 
>> https://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/fe9e484f-b220-4505-8471-68c930618175%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-visualization-api/fe9e484f-b220-4505-8471-68c930618175%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/564f6c6e-7e8c-491a-a61e-848e38bf4f9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to