|
|
|
Junior Member
      
Group: Forum Members
Last Login: 11/13/2008 5:00:28 PM
Posts: 19,
Visits: 44
|
|
See example:
[url=http://www.denverpostplus.com/FusionMaps/LiveExamples/PW.html][/url]
Run mouse pointer over visible marker and observe tool text.
this is the code I am using, cribbed (correctly, as best as I can tell, but with the "<" characters removed) from the FusionMaps examples:
markers>
definition>
marker id='CO' x='248.74' y='183.05' />
/definition>
application>
marker id='CO' shapeId='arc' toolText='Canada<BR>2 Managers<BR>11 Staff'/>
/application>
/markers>
Why are the HTML tags appearing?
If you wish, I can post the entire block of code, minus the "<" tags removed, since apparently we can't post large blocks of code on the forum.
Many thanks in advance,
Keith Morse
Keith Morse
denverpost.com
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 3/7/2008 8:03:03 AM
Posts: 14,
Visits: 41
|
|
| In the text in quotes, you have to replace the angular brackets '<', '>' by their HTML equivalents, i.e. (ampersand)lt; and (ampersand)gt; to make it HTML compatible... then it works for me, anyhow
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 5:38:52 AM
Posts: 884,
Visits: 1,420
|
|
| hi, Can you please try adding a font style for TOOLTIP and in that style definition add isHTML='1'?
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 11/13/2008 5:00:28 PM
Posts: 19,
Visits: 44
|
|
Thank you for the "tip" on toolTips. It worked and I am on to my next step.
Cheers,
Keith Morse
Denver Post
Keith Morse
denverpost.com
|
|
|
|