aron Report post Posted January 23, 2008 Hello, I am trying to display the '+' character in a chart label and have tried using '+' and the number code '+' but these do not display anything. So for example we want to display 'atext + btext' as an x-axis label and are using the following xml: This will currently display 'atext btext'. Please help! Thank you. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 23, 2008 hi, did you try using %2B ? Share this post Link to post Share on other sites
jedhassell Report post Posted July 22, 2008 This works for the display but if i use it as a param in the link tag, it doesn't pass the parameter right. example: this line: makes the series a link, but when I click on the series, It passes the 'value' parameter as 'Settlement Date 1' Is there something I am missing or a work around for this? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted July 23, 2008 (edited) Hi, In that case please use %252B instead of %2B, because %2B is parsed as + by the chart and send it to the browser, then browser treat it as just a + symbol. Edited July 23, 2008 by Guest Share this post Link to post Share on other sites