First 4Article, We have summarizedFusioncharts XT chart usageSomeFAQs)AndSolution, This article continues to discuss some common debugging/solutions for complex errors and errors of fusioncharts users.
Problem description:Whether fusioncharts XT can be used in flexProgramCreate a chart?
Solution:No. To create a chart in the flex program, you need to use the SWF file specially compiled in fusioncharts for flex. You also need to use the flex builder component fusioncharts. SWC to load the chart into the flex application. >>> Read more about how to use fusioncharts In Flex
Problem description:Can I create a fusioncharts chart in Flash CS3/cs4?
Solution:Fusioncharts for Flex is different from fusioncharts XT. Fusioncharts for flex allows you to create charts in Flash CS3/cs4. Fusioncharts for flex has a specially compiled SWF file that helps you create charts in Flash CS3/cs4. >>> View more details
Problem description:How do I change the fusioncharts chart information such as "loading chart." and "retrieving data?
Solution:See advanced charting> chart messages.
Problem description:How do I modify the background color of the fusioncharts chart when displaying chart information?
Solution:You need to set the color value as the parameter of the fusioncharts JavaScript constructor,CodeAs follows:
VaR chart1 = new fusioncharts ("column2d.swf", "chid1", "300", "250", "0", "1", "# ff0000 ");
Based on the above Code, when the chart information is displayed, the chart background turns red.
Additional reading:
Flash chart component fusioncharts tutorial