rreminnyk Report post Posted July 5, 2007 FusionChart doesn't display correctly '<' symbol. The others illegal symbols('>', '%', '&', etc) shown properly. Share this post Link to post Share on other sites
franee Report post Posted July 5, 2007 (edited) user the dataURL method. replace < with & lt; Edited July 5, 2007 by Guest Share this post Link to post Share on other sites
rreminnyk Report post Posted July 6, 2007 I have to use setDataXml method instead of setDataURL. '<' symbol isn't shown even through it masked(; Share this post Link to post Share on other sites
Pallav Report post Posted July 6, 2007 Using dataXML method, the special characters wouldn't work. Share this post Link to post Share on other sites
rreminnyk Report post Posted July 7, 2007 (edited) ok, but should be fine if this was described in your Online documentation (Advanced Charting/Using Special Characters/Using > and < characters in FusionCharts XML) BTW, any plans to have it fixed in the further versions? Edited July 9, 2007 by Guest Share this post Link to post Share on other sites
rreminnyk Report post Posted July 9, 2007 I think i have found solution for this problem. I masked "<" to "%26lt;" and ">" to "%26gt;". After this setDataXml method works correctly. What do you think about this? Share this post Link to post Share on other sites
Pallav Report post Posted July 10, 2007 Just check it with a couple of browsers if they're rendering the same. Specifically, IE, FF and Safari on Mac. Share this post Link to post Share on other sites