HaighMob

Members
  • Content count

    8
  • Joined

  • Last visited

  • Days Won

    1

About HaighMob

  • Rank
    Forum Newbie
  1. None of the above is the case. See attached screen shot Chrome and FF alongside each other same file. See also DWCS6 live view image attached.
  2. No Just Dreamweaver to build the files
  3. I am having an issue with the Data plot not showing in DW CS6 live view. It only shows in Firefox also when previewed. Chrome says "no Data to display" and IE does not load and freezes on 'loading data pls wait'. See file attached. This is since upgrading to XT. Using Win 7 pro. Java up to date: Version 8.0.31.
  4. Is it possible to use only JS for the maps or will it always default to Flash? Code as follows: <html> <head> <title>My First map using FusionMaps XT</title> <script type="text/javascript" src="FusionCharts.js"></script> <script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="FusionCharts.jqueryplugin.js"></script> </head> <body> <div id="mapContainer">FusionMaps XT will load here!</div> <script type="text/javascript"><!-- $(document).ready(function(){ $("#mapContainer").insertFusionCharts({ swfUrl: "FCMap_PapuaNewGuinea.swf", dataSource: "png_map.xml", dataFormat: "xmlurl", width: "750", height: "400", id: "myMapId" }); }); // --> </script> </body> </html>
  5. Doughnut2D Legend Error

    I am using "use3DLighting="0" in the xml and this seems to be the problem. When switched to "use3DLighting="0" or deleted from the xml the icons appear as normal. XML: <?xml version="1.0" encoding="utf-8"?> <chart baseFontSize="14" baseFont="Arial" baseFontColor="000000" showBorder="0" bgColor="FFFFFF" startingAngle="90" use3DLighting="1" showLabels="1" showLegend="1" formatNumberScale="0"> <set label="0-4" value="2126" /> <set label="5-9" value="2126" /> <set label="10-14" value="1977" /> <set label="15-19" value="1647" /> <set label="20-24" value="1396" /> <set label="25-29" value="1180" /> <set label="30-34" value="1028" /> <set label="35-39" value="939" /> <set label="40-44" value="756" /> <set label="45-49" value="665" /> <set label="50-54" value="556" /> <set label="55-59" value="392" /> <set label="60-64" value="269" /> <set label="65-69" value="155" /> <set label="70-74" value="122" /> <set label="75-79" value="101" /> <set label="80-84" value="36" /> <set label=">85" value="22" /> </chart>
  6. Doughnut2D Legend Error

    The legend icons for the doughnut2D are not displaying properly showing as black cirlces. see attachement
  7. Charts Not Displaying In 3D

    Fusion Charts XT I cannot get the Pie and Doughnut charts to display in 3D. Column and bar charts work OK in 3d.
  8. Styles For Scroll Bar

    Is there a way to change the style of the scroll bar in XT? It looks grey and unattractive at the moment on IE and Firefox. David