xiaokui
Members-
Content count
22 -
Joined
-
Last visited
Everything posted by xiaokui
-
It doesn't work.I use IE7,the fusioncharts work fine if I set "unescapeLinks=0" the sample give me a javascript error even if I delete the javascript function myJs in the html.
-
It does not work....
-
I try the sample,the problem remain .... when I click the link,it gives me a javascript error: row:1,char:8,error:Unterminated string constant,code:0... and I have tried it on someone else's computer,the results is just the same.
-
I just downloaded the fusionwidgets from the home page.it does not support the JavaScript function preceded by "j-" .And the problem is still not resolved.if i click the link,it gives me a javascript error: row:1,char:8,error:Unterminated string constant... The XML i use is in the attachment. Gantt1.xml
-
It becomes some garbled characters on calling a javascript function added in the "set" in the xml.I use type of Gantt in fusionWidgets. set [chart unescapeLinks='0' ...] ,only working on fusionCharts ,it still does not work on Gantt .Any help is appreciated.
-
hi, set [chart unescapeLinks='0' ...] still not working on fusionWidget Gantt. please help!
-
How i can put 2 maps in the same index.html
xiaokui replied to cubascort's topic in Using FusionMaps XT
Could you show the combinated code? -
The problem is solved!The siteMesh have impact on the stream!Thanks very much for the help!
-
The attachments are used in my programe,thanks
-
I try to change it to "save",the js errors occur: row: 27 char :3 errors:missing identifiers,strings or numbers code:0 URL:http://localhost:8080/berheleyBI/chartExport.jsp
-
The log message is just the same as you 2009-6-1 17:02:43 com.fusioncharts.exporter.generators.ImageGenerator getChartImage INFO: Creating the Chart image 2009-6-1 17:02:46 com.fusioncharts.exporter.generators.ImageGenerator getChartImage INFO: Image created successfully
-
Can you give me an example ?
-
Not yet,I mean to say it isn't the problem of path.
-
I can download picture successful,The path don't need to change.
-
If i specified the value charts/Resource,It can't forward to the right path.I can download the picture successful.
-
sorry,I made a mistake. webRoot/charts/FCExporter.jsp webRoot/charts/Resources/FCExporter_IMG.jsp
-
hi, the folder structure : webRoot/FCExporter.jsp webRoot/Resources/FCExporter_IMG.jsp webRoot/chartExport.jsp webRoot/DownloadData.xml webRoot/WEB-INF/lib/fcexporter.jar webRoot/WEB-INF/Classes/fusioncharts_export.properties Use jdk1.6 ,windows XP
-
Is it the problem of fcexporter.jar? The download file was broken.
-
The size is 106KB(.jpg)
-
The attached file chartExport.txt DownloadData.xml
-
I try to create chart with image downloadable option using jsp.The chart can display and download successfully, but the downloaded image cannot open with image viewer program. Got message "No preview available".I use the FusionCharts v3.1,please help me.