mictracy

Members
  • Content count

    23
  • Joined

  • Last visited

Everything posted by mictracy

  1. 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.
  2. Marker Label Info Often Overlaps Each Other

    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
  3. Marker Label Info Often Overlaps Each Other

    my code as follows: <application> <marker id='id1' shapeId='sh' label='speed is XX second' scale='0.8' labelPos='right' /> </application>
  4. Marker Label Info Often Overlaps Each Other

    Eagerly look forward for your reply!!!!!!!
  5. 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;
  6. i forget to say, used in fusionMap thanks for help!
  7. 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?
  8. this problem is resolved,as the component Pie3D the solution: chart.setTransparent(false); Thank you for attention! mictracy
  9. 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
  10. I cant't find property --numVDivLines in API, how can i achieve this effect? i use MSCombiDY2D.swf Thanks in advance
  11. MSCombiDY2D.swf with property 'numVDivLines'?

    This problem has been resovled! Very grateful to you!!
  12. MSCombiDY2D.swf with property 'numVDivLines'?

    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
  13. 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
  14. How to set pie Smart Labels text's color ?

    ok, thank you!
  15. How to set pie Smart Labels text's color ?

    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!!
  16. How to set pie Smart Labels text's color ?

    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!!
  17. 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!!!
  18. FC_NoDataToDisplay is not fired

    Thank you for your patience and answers, this problem has been resolved!! Thank you so much1
  19. FC_NoDataToDisplay is not fired

    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!!!
  20. FC_NoDataToDisplay is not fired

    my ie browser version is v8 fireforx browser version is v3.5.7 thanks! Yearn Reply!!!
  21. FC_NoDataToDisplay is not fired

    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
  22. FC_NoDataToDisplay is not fired

    as Attachment, 1?FC_NoDataToDisplay isn fusionCharts_.txt
  23. FC_NoDataToDisplay is not fired

    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!