shulei Report post Posted May 12, 2008 I have some special characters in the label text, e.g. & (which is encoded as %26). The first time I setDataXML, %26 is correctly decoded as &. If I call setDataXML on the same chart with the same XML, %26 is left un-decoded. Will this bug fixed any time soon? Share this post Link to post Share on other sites
Pallav Report post Posted May 18, 2008 If you call setDataXML from JS, then you do NOT need to encode it again. Share this post Link to post Share on other sites