As a report is required for the project, use FusionCharts as the tool. Since I have never touched on reports before, and there is no more detailed fusionCharts tutorial on the internet, I decided to study FusionCharts and provide a reference for a simple tutorial. Due to limited capabilities (cainiao for recent graduates), there may be errors in tutorials (Study Notes). Don't worry about it. Of course, you cannot avoid reference to other materials.
I. Introduction and installation of FusionCharts 1.1. Introduction FusionCharts is a product of InfoSoft Global, while FusionCharts Free is a Free version provided by FusionCharts. Although it is Free of charge, its functions are still powerful, there are still many graphic types. It is based on FusionCharts Free.
FusionCharts free is a cross-platform, cross-browser flash chart Component solution that can be called by ASP,. NET, PHP, JSP, ColdFusion, Ruby on Rails, simple HTML pages, and even PPT. We don't need to know any Flash knowledge, just need to know your programming language.
FusionCharts is powerful, so what can it do? The following is a one-to-one demonstration.
3D/2D column chart
Here is a brief introduction to this XML file.
<Chart> an element is a root element. It has some basic attributes, such as setting the name of x and Y axes, report title, and value format. There are many <set> elements in the <chart> element. This element is used to describe the set data. label indicates the name and value indicates the value.
2.4 compile HTML file code
Generated image:
The next section describes how to use js to load FusionCharts and dataXML to load data.