mictracy
Members-
Content count
23 -
Joined
-
Last visited
Everything posted by mictracy
-
in fusionMap, label info often overlaps each other, How do I solve this problem? for example, i set 'labelPos=right', markers in fusionMap are generated dynamically, sometimes,two markers placed on a horizontal line and closed each other .at this time,label info overlapping. how to solve? thanks in advance.
-
Marker Label Info Often Overlaps Each Other
mictracy replied to mictracy's topic in Using FusionMaps XT
Attached is my test code, there is a variable in testFusionMap.html, it is "dataXml", it's value is generated dynamically. open the file(testFusionMap.html) used by ie, you can see that there are two marker's label info overlapping. thank you very much for your reply! FusionMaps.js and FCMap_China2.swf are used in test file, the two files can not be uploaded, I don't know that you are convenient to find the two files? testFusionMap.html -
Marker Label Info Often Overlaps Each Other
mictracy replied to mictracy's topic in Using FusionMaps XT
my code as follows: <application> <marker id='id1' shapeId='sh' label='speed is XX second' scale='0.8' labelPos='right' /> </application> -
Marker Label Info Often Overlaps Each Other
mictracy replied to mictracy's topic in Using FusionMaps XT
Eagerly look forward for your reply!!!!!!! -
Urgent! How To Make The Connector Line Float Above The Picture?
mictracy posted a topic in Using FusionMaps XT
hi, How to make the connector line float above the picture? Annex, the black line is covered with pictures, This is not what I want. I hope the black line float above picture thanks in advance; -
Urgent! How To Make The Connector Line Float Above The Picture?
mictracy replied to mictracy's topic in Using FusionMaps XT
i forget to say, used in fusionMap thanks for help! -
How can we let component SSGRID do not block other content div?
mictracy posted a topic in General usage
my ssgrid Block the content of other Div, i want other content show up eg: component Pie3D has such a problem, i can do as follows theChart.setTransparent(false); so, I can get the effect I want that flash in the bottom layer, so that other content show up in component ssgrid ,how do i? -
How can we let component SSGRID do not block other content div?
mictracy replied to mictracy's topic in General usage
this problem is resolved,as the component Pie3D the solution: chart.setTransparent(false); Thank you for attention! mictracy -
The official version and evaluation version What is the difference??
mictracy posted a topic in General usage
Such as the title.... i only found that evaluation version has a logo....,What difference does it the other? There is a frequency of use restrictions do? thanks, looking for your answer -
I cant't find property --numVDivLines in API, how can i achieve this effect? i use MSCombiDY2D.swf Thanks in advance
-
This problem has been resovled! Very grateful to you!!
-
Thank you, but it does not seem to achieve the effect I want. my code is: please see my picture in attachment, all I want is the effect of three red vertical line, rather than those three gray vertical line, that is, that line is to be through the time coordinate dbLine.xml
-
1) How do I make Smart Labels text's color automatically corresponds to the color of the plot that it points to? if i can't, How do I manually set it's color? I have see http://www.fusioncharts.com/docs/Contents/AttDesc/SmartLabels.html, i have not found it. 2) if I set showValues='1' ,pie chart will show Smart Labels text: chinese visitor=54%, i want to let it shows: chinese visitor(54%), i want to use Brackets, how can i do? thanks
-
ok, thank you!
-
ok, thank you for a lot! i just set 'rate topic' as great, now, this problem has been resovled, how can i cancel it? Trouble you!!
-
3) smartLineColor='9F89C5', I want to make smartLine's color automatically corresponds to the color of the plot that it points to, how can i to do? if i can't, How do I manually set it's color? thanks, looking forward to your reply!!
-
hi, First Chart Container why function FC_NoDataToDisplay can't be invoked?function FC_Loaded() work well ,but getXML() can't work? thanks for your answer!!!
-
Thank you for your patience and answers, this problem has been resolved!! Thank you so much1
-
Thanks again! FusionCharts.js 's path and swf 's path are correct. I found that the file in demo can't see effect, can't get xml content yet. FusionCharts_EvaluationCodeJavaScriptBasicsGetXML.html I do not know where the problem lies in... oh, could you send me a full example? can invoke function FC_NoDataToDisplay() and can get xml content? I know that my request was too much, but Please look at the surface of my desperate, please help me ,Most grateful!!!
-
my ie browser version is v8 fireforx browser version is v3.5.7 thanks! Yearn Reply!!!
-
please unzip, then run testData.html, you shoul see the result. i should want it invoke FC_NoDataToDisplay(), but it doesn't. i should get chart's xml, but when i push the button, 1) my ie browser show a dialog(as errorImg.jpg in attachment), it tell me :alert(chartObj.getXML()); this line is error, chartObj does not support the attribute or method. 2)firefox is Unresponsive and not show error info yet i just use code is chinese, now i change it into english,but problem is still exsit. fusion.zip
-
as Attachment, 1?FC_NoDataToDisplay isn fusionCharts_.txt
-
thanks, but i have do this: set registerWithJS flag of the chart to 1 var myChart1 = new FusionCharts("swf/Column2D.swf", "myChartId", "600", "350","0","1"); FC_NoDataToDisplay is still not invoked getXML() show error:object can not support this attribute or method thank!