HTML Codes (delta, centigrade) doesn't work in annotation charts anymore?

28 views
Skip to first unread message

ixsgs...@gmail.com

unread,
Jul 11, 2016, 9:16:39 AM7/11/16
to Google Visualization API
Hi,

I use HTML Codes in my Labels. It works fine until a few days/weeks ago?
I have not change anything at my code.

Any changes by google?

&#916 = DELTA

&degC = Celsius


Doesn't work now. Only &#916 and &degC are displayed in my labels.


Thanks for help

Markus

ixsgs...@gmail.com

unread,
Jul 12, 2016, 3:16:37 AM7/12/16
to Google Visualization API
Ok it works with the new loader version again (v45).

I used the old one.
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('visualization', '1.1', {'packages':['annotationchart']});
google.setOnLoadCallback(draw);

Problem solved for me. I am using the new loader now. ;)

Daniel LaLiberte

unread,
Jul 13, 2016, 1:03:20 PM7/13/16
to Google Visualization API
The old loader was updated with a variation on v45 that will also be used to update the new loader version, so you may see this same problem again on the new loader when that version is updated.  

The reason for a change in this area sounds like it could be related to the fixes for security vulnerabilities that we have been applying.  We should be encoding anything that could be interpreted as HTML, unless you specify allowHtml.

--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@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/7af56a4f-57c2-471d-b43b-0c80128ee922%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Patricio Zambrano

unread,
Jul 13, 2016, 2:52:24 PM7/13/16
to Google Visualization API
My google line charts stopped working for the last 8 hours. I tried different things and in the end it worked by returning my code to the original version before the charts stopped working :p. 

Regards


On Wednesday, July 13, 2016 at 11:03:20 AM UTC-6, Daniel LaLiberte wrote:
The old loader was updated with a variation on v45 that will also be used to update the new loader version, so you may see this same problem again on the new loader when that version is updated.  

The reason for a change in this area sounds like it could be related to the fixes for security vulnerabilities that we have been applying.  We should be encoding anything that could be interpreted as HTML, unless you specify allowHtml.
On Tue, Jul 12, 2016 at 3:16 AM, <ixsgs...@gmail.com> wrote:
Ok it works with the new loader version again (v45).

I used the old one.
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('visualization', '1.1', {'packages':['annotationchart']});
google.setOnLoadCallback(draw);

Problem solved for me. I am using the new loader now. ;)



Am Montag, 11. Juli 2016 15:16:39 UTC+2 schrieb ixsgs...@gmail.com:
Hi,

I use HTML Codes in my Labels. It works fine until a few days/weeks ago?
I have not change anything at my code.

Any changes by google?

&#916 = DELTA

&degC = Celsius


Doesn't work now. Only &#916 and &degC are displayed in my labels.


Thanks for help

Markus

--
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.
Visit this group at https://groups.google.com/group/google-visualization-api.



--
Reply all
Reply to author
Forward
0 new messages