ghostxue
Members-
Content count
11 -
Joined
-
Last visited
Everything posted by ghostxue
-
Hi, How to make a line to step line which only horizontal or vertical, and never slanted,like the following picture:
-
Hi: I use FC_Exported method after save a picture, it useful with IIS 5, but no use with IIS 6. How can I know when the picture has been saved with IIS 6? Thanks!
-
When use LogMSLine to show the data, the chart don't display the "0" point value on the data serie, the xml file like the following: <categories> <category label="1" /> <category label="2" /> <category label="3" /> <category label="4" /> <category label="5" /> <category label="6" /> <category label="7" /> <category label="8" /> <category label="9" /> <category label="10" /> </categories> <dataset seriesname="DataSet2" drawAnchors="1" > <set value="0.02" showValue="1"/> <set value="0.025" /> <set value="0" showValue="1"/> <set value="0.025" /> <set value="0.02" /> <set value="0.016" /> <set value="0" /> <set value="0.016" /> <set value="0.0128" /> <set value="0.016" showValue="1"/> </dataset> It will not show the thwo points which value "0", so how let it show the value "0" on the data serie?
-
Hi, I am using Version3.1 of fusionChart, there is no file named LogMSLine.swf, But my customer send me the file LogMSLine.swf, He want use this swf file, But I don't find this file in the version 3.1. Can anyone teel me what the file is, and is it just like the MSLine.swf ? Thanks!
-
Sometimes it's not display the chart with jQuery' load method
ghostxue posted a topic in General usage
:satisfied: I use fusionChart in my project, It's very useful, but also has a little trouble with using it. Now, I have trouble with it. I have a.aspx to show the flash, and on b.aspx, I use jQuery's load method(ajax) to load it and show the flash in b.aspx. Most of the time it work well, but sometimes it just show one point, not all the chart. Maybe I use it with Ajax cause the problem, but I have no idea to slove it. :crazy: -
Sometimes it's not display the chart with jQuery' load method
ghostxue replied to Rahul Kumar's topic in General usage
Hi, I slove this problem, use <embed quality="low" instead of <embed quality="high" -
Sometimes it's not display the chart with jQuery' load method
ghostxue replied to Rahul Kumar's topic in General usage
Hi, I screenshots a page with the Flash Chart,please have a look, you can see the first line, the chart works fine, But the second line and the following lines just show one point(its' tooltip is 52.90), not show the whole Chart. :crazy: Note: I use it with Ajax. -
Hi, There is a trendLine on my Chart, and I don't set the displayValue, it auto show the startValue, but I want it just display the trendLine without any displayValue or startValue, How can I do it?
-
Yes,I have done this. But I want it doesn't display any character include space. Because the Y-axis is just beside the border, and I did not let it dispaly the value of Y-axis, So, if there is a space by trendLine,the distance of Y-axis and border is different from those charts without trendLine. I hope you can known what i say. Thank you for everything.
-
Hi: I use version 3.1 fusionChart. I set exportEnabled='1' exportAtClient='0' exportAction='save' exportHandler='Http://localhost:2696/ExportHandlers.aspx/FCExporter' in chart, it doesn't work with type Line.swf(when right click,it doesn't show "save as image"..), but work with Column2D.swf. can anybody tell why? I use it in asp.net MVC.
-
Thanks, It's the version of swf file cause the problem. Now, I use the version 3.1.1 for swf files, it works OK. Thanks!