Hi Sergey,

I am having a similar issue, the charts were working fine until the new 
version was added to 1.1.

We were using the 1.1 version of Controls, changing this back to 1 fixes 
for now, but I am also concerned what will happen when 1.1 gets moved to 
version 1.

Errors received:

" 'H' is undefined "   - here is where it says the error comes from 
function IZ(a,b){this.xM=a;this.Xb=b}IZ[H].JMa=function(){return 
this.xM};IZ[H].He=function(a){return 
this.Xb[a].id};IZ[H].D=function(a){return 
this.Xb[a][D]};IZ[H].F=function(){return this.Xb[F]};

And our code that no longer works 

" Object doesn't support this action " - error thrown by this line of code
var dash =  new 
google.visualization.Dashboard(document.getElementById('config_f_c_22'));

Thank,
Wayne


On Thursday, August 29, 2013 9:29:58 PM UTC+2, Sergey wrote:
>
> Yes, that will let you work with the old version, but eventually, 1.1 will 
> become 1.0 and your things will break again. I would like to try to figure 
> out what is going wrong with your charts, so that we can fix it 
> permanently. So could you please give us a link to your page? Or failing 
> code? If it makes it easier, you can feel free to email me directly at 
> [email protected] <javascript:>, but we would really appreciate some 
> specifics from you.
>
> - Sergey
>
>
> On Thu, Aug 29, 2013 at 3:23 PM, Nitsan Zohar <[email protected]<javascript:>
> > wrote:
>
>> Hi,
>> This is from my code:
>>     <script type="text/javascript"> 
>>           google.load('visualization', '1.1', 
>> {'packages':['corechart','treemap', 'orgchart','geochart']});
>>     </script>
>>
>> if I will change to:
>>     <script type="text/javascript"> 
>>           google.load('visualization', '1', 
>> {'packages':['corechart','treemap', 'orgchart','geochart']});
>>     </script>
>> I will work with the old version?
>>
>> Thanks,
>>
>> On Thursday, August 29, 2013 10:10:45 PM UTC+3, Sergey wrote:
>>
>>> Hi, we recently pushed a new version to 1.1, so that may be the cause of 
>>> your problems. Could you perhaps link to your page, or give a failing code 
>>> sample, so that we can inspect the failure?
>>>  
>>> - Sergey
>>>
>>>
>>> On Thu, Aug 29, 2013 at 2:47 PM, Nitsan Zohar <[email protected]> wrote:
>>>
>>>>  Hello,
>>>> Today the Google charts (Combo, bar and bubble) stopped working in my 
>>>> site, (Google Tree Map is working)
>>>> I got this error: Object function (o){return this.indexOf(o)!=-1;} has 
>>>> no method 'isEnabled'
>>>> It was ok 4 hours ago.
>>>>
>>>> What is the problem?
>>>>
>>>> Thanks,
>>>> Nitsan
>>>>
>>>> ****
>>>>  
>>>> -- 
>>>> 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+**[email protected].
>>>> To post to this group, send email to google-visua...@**googlegroups.com
>>>> .
>>>>
>>>> Visit this group at http://groups.google.com/**
>>>> group/google-visualization-api<http://groups.google.com/group/google-visualization-api>
>>>> **.
>>>> For more options, visit 
>>>> https://groups.google.com/**groups/opt_out<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]<javascript:>
>> .
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> 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.

Reply via email to