Sorry if my 'language' is not correct, in fact I'm not an expert at all of
programming but I was able to build an html file to display some parameters.
I used both gauges and barcharts using the following instrucions.
google.load('visualization', '1.1', {packages: ['gauge'], callback:
drawChart});
google.load('visualization', '1', {packages:['corechart']});
google.setOnLoadCallback(drawChart);
everything worked very well for a number of days but suddenly this morning
I found that no charts was visible on my tablet.
To solve the problem I changed the release of the visualization of the core
chart from 1 to 1.1.
I know that release 1 is the 'official' one, while the release 1.1 is a
sort of experimental one.
To be honest I have not more details.
Saluti
Floriano
2014-02-28 19:59 GMT+01:00 asgallant <[email protected]>:
> Could you post details about the problem?
>
>
> On Friday, February 28, 2014 1:48:12 PM UTC-5, Floriano Sabatini wrote:
>>
>> Today suddenly an application where I was using corecharts stopped to
>> work.
>>
>> I solved the problem juts changing the release of 'visualization'
>> From: google.load('visualization', '1.0', {packages:['corechart']})
>> To: google.load('visualization', '1.1', {packages:['corechart']})
>>
>> Not clear why this problem happen suddenly.
>> Thanks
>> Floriano
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/kF-Tb4sG-Vg/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
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.
For more options, visit https://groups.google.com/groups/opt_out.