I am trying to add html formatting to my node ID
For example, this works fine when creating my table within my html
header:
[{v:'Kyle', f:'Kyle Collie </br> Director of Engineering'}, '',
'Director']
The node value is "Kyle" but "'Kyle Collie" (second line) "Director of
Engineering'" is displayed.
But if I place the same "{v:'Kyle', f:'Kyle Collie </br> Director of
Engineering'}" in the first column of a google spreadsheet, I get the
literal value (the full string) as the node id value and the raw sting
is displayed.
Can html formatting be embedded in the node column when using a
spreadsheet as the datasource?
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.