Hi Scott and Craig,

I now have a way of reproducing the problem you are seeing loading 1.1,
though I am still not sure why it works sometimes and not others.  Seems it
should fail always, and for several other IE browser versions, though not
for IE 11.  I also see the source of the problem (the use of 'JSON' when it
is not defined) and this should be relatively easy to fix to avoid the
problem situation, whatever it is.

The AnnotationChart is using the allValuesSuffix when it has a '%' in it to
mean the value should be interpreted as a normal number but displayed as a
percent, which means it should be multiplied by 100.  This behavior
documented here:
http://icu-project.org/apiref/icu4j/com/ibm/icu/text/DecimalFormat.html  I
guess this is different from the meaning in AnnotatedTimeline, but I think
we will break from the past on this issue, since the formatting standards
should rule.  But you can work around this difference, and merely add a '%'
character, by using this format instead: "#'%"  Note, there is a single
quote between the # and %.

On Mon, Jan 26, 2015 at 12:00 PM, 'Craig' via Google Visualization API <
[email protected]> wrote:

> Daniel,
>
> I got the AnnotationChart to work sort of in the 1 version, but not the
> 1.1 version.  Its not quite right in the 1 version though.   The y axis
> values are not right.   The values are a 100 times what they should be
>
> Craig
> .
>
> On Wednesday, January 21, 2015 at 10:31:00 AM UTC-5, Sudhir Kesharwani
> wrote:
>
>> Hi,
>>
>> I had build a dashboard using Google Charts APIs,  all charts were
>> loading fine till yesterday,  suddenly my charts have stopped loading,  I
>> also see similar behavior in my other applications that uses Google
>> Charts.  Is there anything got updated from Google's side on this?
>>
>  --
> 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/d/optout.
>



-- 
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/d/optout.

Reply via email to