Common usage of Fusioncharts 3.2.1

Source: Internet
Author: User
one, XML format 1. Instantiate a Fusioncharts object var member_fund_count_pie = new Fusioncharts ("fusioncharts3.2.1/charts/doughnut3d.swf", " member_fund_count_pie_id "," 560 "," 400 "," 0 "," 0 "); 2. Load the XML file Member_fund_count_pie.setdataurl ("Member_fund_count.xml"); 3. The specified div in the page displays Member_fund_count_pie.render ("Member_fund_count_pie"); Bug: In the actual development, the use of XML format and Easyui Tabs page switch problem, that is, Tabs page switch, Fusioncharts will cause garbled phenomenon. Second, JSON format 1. Instantiate a Fusioncharts object var member_fund_count_pie = new Fusioncharts ("fusioncharts3.2.1/charts/doughnut3d.swf", " member_fund_count_pie_id "," 560 "," 400 "," 0 "," 0 ");
2. Load the JSON data format passed over Member_fund_count_pie.setjsondata (Datajson); Datajson is a JSON data format
3. The specified div in the page displays Member_fund_count_pie.render ("Member_fund_count_pie");

Common usage of Fusioncharts 3.2.1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.