I see in your code that you have two separate tooltip options:
var options = {
tooltip: {isHtml: true},
...
tooltip: { trigger: 'selection' }
}
The problem with this is that the one of them will win and overwrite the
other. The Google Charts code won't know what happened. Combine them
into one object and it should work:
var options = {
tooltip: { isHtml: true, trigger: 'selection' },
...
}
I don't know why this would have suddenly changed, but a browser update
could have something to do with it.
On Tue, Jan 17, 2017 at 10:06 AM, Michael H <[email protected]> wrote:
> We have multiple charts and graphs that utilized HTML tooltips that are
> revealed on click. Quite suddenly, they all stopped working correctly and
> now display the HTML code instead of the display desired.:
>
> Is anyone else experiencing this? Any help would be appreciated.
>
> EXAMPLES
> http://www.mktgwebdev.com/donut/doughnut.html
> http://www.18broadway.com/googleChartsDev/donut.html
>
> - Michael
>
> --
> 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 google-visualization-api@
> 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/cd22806c-9796-4c3d-9a1e-
> 7b7b968c5b0e%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/cd22806c-9796-4c3d-9a1e-7b7b968c5b0e%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]> 5CC, Cambridge 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 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/CAOtcSJMc7KR6SK1ND04ZU0AcQgXVPmHwLaTtHu-rsXPNMQADEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.