Can I Use google Charts in my Web Server

159 views
Skip to first unread message

Chris Ortiz

unread,
Sep 7, 2017, 3:53:30 PM9/7/17
to Google Visualization API
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

Jon Orwant

unread,
Sep 7, 2017, 4:04:35 PM9/7/17
to google-visua...@googlegroups.com
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

--
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 google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.

Message has been deleted

Chris Ortiz

unread,
Sep 7, 2017, 6:31:29 PM9/7/17
to Google Visualization API
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), orw...@google.com 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 <xd.t...@gmail.com> 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 google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.

Kevin Calle

unread,
Dec 26, 2017, 11:05:39 PM12/26/17
to Google Visualization API
Hi Chris.

I need something like your project. But i don't want to use internet connection. Can I use these graphs without internet.

Thank you  
Reply all
Reply to author
Forward
0 new messages