Simple.Chen

Members
  • Content count

    20
  • Joined

  • Last visited

About Simple.Chen

  • Rank
    Junior Member
  1. The Jquery File

    Thank you for you reply. The chart version is 3.2.2 and actually both type of chart all will be used.
  2. The Jquery File

    Today i try to render a mult-series line chart, used the MSLine.swf and json data. there are some problems : 1. About the jquery.min.js. When i removed this file from the folder that contains fusionCharts.js (refer to the attachment). even i didn't refer any other jquery js, the chart also can render in the browser(except the Firefox). however, in some pc, not any browser can render the chart. Why will appear this kind of situation ? I remember when i try to render the pie chart , if i didn't refer any jquery js file, the chart can't working. 2. About the jquery version. if i refer the jquery.min.js ,the chart rendering successfully ,however when i refer the jquery-1.7.1.js, the chart didn't work. but i remember that in my prev project , i also used this version of jquery(1.7.1) , the chart worked well. is there any can lead to this situation ? Hope your help.
  3. Pure Javascript Charts's Javascript Working Time

    Another question : What are the factors that would affect loading time of the pure javascript chart?
  4. Pure Javascript Charts's Javascript Working Time

    Another question about the pure javascript chart How i can calculate the cost of time about structuring the pure javascript chart ?
  5. Transparent Bgground Change To White ?

    Thank you very much for your reply! it's the fault of the chart bgground image , a png format image , if display in the IE 6 , the transparent bgground will change to gray……
  6. I wonder the pure javascript chart 's script working time. If the javascript working later than any other html element in the page or not ? I mean the script to structure the pure javascript chart. waiting for your replay...
  7. Transparent Bgground Change To White ?

    There is another question about the transparent background of the chart, in ie6 the transparent background change to the light gray color , how i can fix it ? waiting for your reply.
  8. Export To Pdf

    I also have a problem about exporting the chart . let me explain it : i set chart container(div) style like this "display:none" (for some reason,user didn't need to see this chart,but when exported, must including this hidden chart) now i try to export all the charts and save them to the server disc. but the chart set this style occuring an javascript error : "object didn't support hasRendered() " how i can solve this problem ? waiting your replay……
  9. I had set the attribute like this bgAlpha='0,0' canvasbgAlpha='0' but my chart also show the bggroud with color white . why ? and how to disable the shadow of the polt ? i already set showPlotBorder='0' plotBorderDashed='0' the parting line of every sector see clearly how i can disable it ?
  10. Can I Set The Label Inside The Doughnut2D Chart

    Thank you very much! the chart is very useful for us,hope it become better and better!
  11. Can I Set The Label Inside The Doughnut2D Chart

    Thank you very much for the replay! Can I ask one more question ? about the smart lable please refer to the screet cut , the line join the num 4,It looks not like other lines beside the num , i drow a red line in the pic ,How can i do that ?
  12. Can I Set The Label Inside The Doughnut2D Chart

    another question when I set the smartLabelClearance='0' but the clearance didn't decrease , how I can do that the smartLabel is enable and the label mostly close to the doughnut edge? anyone help ?
  13. now i need the label show inside the chart plot, how i can do that , anyone help ?
  14. Thank you very much ! it work now !
  15. Thank you very much for Forum Guru 's quickly reply. there is another question: if i write the code like this : var myChart = new FusionCharts({ width: '400', height: '300', debugMode: false }); not add the swfUrl property ,there will occur a error "Chart type not supported." How I can write my code to assign the Chart type ? wating for your reply...