wq805

Members
  • Content count

    5
  • Joined

  • Last visited

About wq805

  • Rank
    Forum Newbie
  1. I want to update servral charts from another chart by javascript code, it is possible? I test it cannot, can somebody help me ? Thank you! The javascript code is as follows: function updateChart(strJQ){ //DataURL for the chart var strURL = "data_msRiskAllArea.jsp?JQ=" + strJQ; strURL = escape(strURL); var chartObj = getChartFromId("m0"); chartObj.setDataURL(strURL);//Send request for XML //DataURL for the chart var strURL1 = "data_VirusByArea.jsp?JQ=" + strJQ; strURL1 = escape(strURL1); var chartObj1 = getChartFromId("m2"); chartObj1.setDataURL(strURL1);//Send request for XML }
  2. Is it possible to merge several entities to one entity? For example, i want to merge "beijing" and "tianjing" entities to a new entity in FCMap_China.swf. Is it possible? eg code: <entityDef> <entity internalId='NA' newId='AM' /> <entity internalId='SA' newId='AM'/> <entity internalId='EU' newId='AM' /> </entityDef>
  3. Can I customize my maps base on fusionmaps? For example, can i customize my maps "beijing.swf" base on "FCMap_China.swf"?
  4. I see the Demo, http://www.fusioncharts.com/maps/Demos/IndiaElections2009/index.htmlI cannot download the source code, who can share this code ? or tell me how this do?
  5. I see the Demo, http://www.fusioncharts.com/Demos/3D/Default.asp I cannot download the source code, who can share this code ? or tell me how this do?