HaighMob
Members-
Content count
8 -
Joined
-
Last visited
-
Days Won
1
About HaighMob
-
Rank
Forum Newbie
-
Data Plot not showing in DWCS6, Chrome or IE11
HaighMob replied to HaighMob's topic in Javascript Problems
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. -
Data Plot not showing in DWCS6, Chrome or IE11
HaighMob replied to HaighMob's topic in Javascript Problems
No Just Dreamweaver to build the files -
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.
-
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>
-
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>
-
The legend icons for the doughnut2D are not displaying properly showing as black cirlces. see attachement
-
Fusion Charts XT I cannot get the Pie and Doughnut charts to display in 3D. Column and bar charts work OK in 3d.
-
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