I have an area chart with several annotations. How can I get the chart to 
pick up on any html within the annotation text?

For example if my annotation text was:
"<b>Hello</b> this is the first line.<br />And this is the second line."

I want it to show as:
"*Hello* this is the first line.
And this is the second line."

I have looked up the documentation and it appears it can be done in an 
annotation chart by setting allowHtml to true, but I cant figure out how to 
do it with other charts.

My annotation text values, and pretty much the whole data table is 
generated in JSON as the raw data is in a mysql database.

My columns are generated as follows:

array('id' => '', 'label' => 'Date', 'type' => 'date'),
array('id' => '', 'label' => 'Value', 'type' => 'number'),
array('id' => '', 'label' => 'event', 'type' => 'string', 'role' => 
'annotation'),
array('id' => '', 'label' => 'eventText', 'type' => 'string', 'role' => 
'annotationText'),

All help greatly appreciated!

-- 
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/1bdeaad8-d8ce-4c27-bd7e-855b6cfde658%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to