Perhaps this is the expected behavior and I'm missing something, but I did my searching and didn't see any references to it.
The following code creates a simple WorldMapWithCountries chart:
xml = ""
chart = new FusionMaps(swf, chartId, "935", "350", "0", "1");
chart.setDataXML(xml);
chart.render(divId);
}
changing the first line to:
xml = ''
causes it to fail. The only difference is which quotes are being used. Am I missing something about how this works?
Thanks for your time,
-- Henry