Floriano, it probably worked for you for a few days because, after we
complete one release and before we start the next one, both 1 and 1.1 are
the same code (And "1" defaults to "1.0").  I started the next release
cycle yesterday (unannounced, sorry) so now 1.1 is the next version while
1.0 is the current version.  Loading different parts of the library from
different versions of the code is not a good idea.

While in the past, it did not work to load the visualization software (i.e.
google.load('visualization',...)) more than one time, we made changes in
the last few months so it is actually possible to do that, though not with
different versions, and there are still some hiccups in the updating of
servers, especially while we are updating revisions.   So it is still
discouraged.



On Fri, Feb 28, 2014 at 3:11 PM, Floriano Sabatini <
[email protected]> wrote:

> Many thanks.
> It works
> My mistake was to call two times google.load......
>
> The only strange thing is that it worked for many days until today.
> why?
>
>
> 2014-02-28 20:40 GMT+01:00 asgallant <[email protected]>:
>
>> One thing you should fix is the google.load calls.  The API supports only
>> 1 call, which should look like this when loading the "gauge" and
>> "corechart" packages:
>>
>> google.load('visualization', '1', {packages: ['gauge', 'corechart'],
>> callback: drawChart});
>>
>> When you specify the "callback" parameter in the loader, you don't need
>> to call google.setOnLoadCallback as well.  Try that and see if it fixes
>> your problem.  If it doesn't, post the whole javascript code that you are
>> using to draw the charts and I'll take a look to see if I can figure out
>> what is causing the problem.
>>
>>
>> On Friday, February 28, 2014 2:12:46 PM UTC-5, Floriano Sabatini wrote:
>>
>>> 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 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.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

-- 
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.

Reply via email to