ztgray

Members
  • Content count

    2
  • Joined

  • Last visited

About ztgray

  • Rank
    Forum Newbie
  1. When using javascript to build and set the XML for the USA map using setDataXML I get the error: ERROR: Invalid XML encountered. An XML element is malformed. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them. However, if I copy and paste the EXACT same XML returned by the javascript into a file and use the setDataURL method, the map renders perfectly. It seems like the problem is trying to use single quotes ( ' ) inside the elements returned from the javascript. I have tried replacing them with ' (xml encode), %27 (url encode) and ' (html encode). These ALL give errors! Please help. Thanks!
  2. I have been doing development with the FCMap_USA.swf. I have the map registered with javascript and have javascript links for all of the states. On every click, the map is reloading XML from a javascript object. There is a major bug: every 20 clicks or so the labels for the states will not render and there is a thick black line that shows up at the top left of the map. The tooltips still render and everything else still works fine but this could look very unprofessional to our users and is thus a major problem for us. You can see it in your own demo too: http://www.fusioncharts.com/demos/Electoral/ Click a lot and you will see what I am talking about.